Html Css Color HEX #C56ED6 Orchid

📋 copy color: '#C56ED6'

red 197 ◦ green 110 ◦ blue 214

#C56ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C56ED6

Tints of Orchid #C56ED6

RGB

 RED value IS 197 (77.34% from 255) = 37.81%

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 37.81%
G = 21.11%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C56ED6 (or 0xC56ED6) is known color: Orchid. HEX triplet: C5, 6E and D6. RGB value is (197,110,214). Sum of RGB (Red+Green+Blue) = 197+110+214=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C56ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ED6 is #3A9129. Grayscale: #939393. Windows color (decimal): -3838250 or 14053061. OLE color: 14053061.

HSL color Cylindrical-coordinate representation of color #C56ED6: hue angle of 290.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56ED6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 110 214 -
CMYK 0.08 0.49 0 0.16
HSL 290.19º 0.56% 0.64% -
HSV(B) 290.19º 0.49% 0.84% -
XYZ 40.74 27.88 66.85 -
YUV 147.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 197 110 214 0.08 0.49 0 0.16 290.19 0.56 0.64
Hex C5 6E D6 8 31 0 10 122 38 40
Octal 305 156 326 10 61 0 20 442 70 100
Binary 11000101 1101110 11010110 1000 110001 0 10000 100100010 111000 1000000

Color Harmonies of #C56ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ED6

Black with #C56ED6

Text Example


Text Example

White with #C56ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ED6; }

 p { color: rgb(197,110,214); }

 H1.HeaderClassName
 {
   color: #C56ED6;
 }
 .AnyTagClassName
 {
   color: #C56ED6;
 }
</style>

background-color css

<style>
 a { background-color: #C56ED6; }

 a { background-color: rgb(197,110,214); }

 div.DivClassName
 {
   background-color: #C56ED6;
 }
 .BgClassName
 {
   background-color: #C56ED6;
 }
</style>

border-color css

<style>
 span { border-color: #C56ED6; }

 span { border-color: rgb(197,110,214); }

 td.TdClassName
 {
   border-color: #C56ED6;
 }
 .TagClassName
 {
   border-color: #C56ED6;
 }
</style>