Html Css Color HEX #C66ED6 Orchid

📋 copy color: '#C66ED6'

red 198 ◦ green 110 ◦ blue 214

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

Shades of Orchid #C66ED6

Tints of Orchid #C66ED6

RGB

 RED value IS 198 (77.73% from 255) = 37.93%

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

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

R = 37.93%
G = 21.07%
B = 41%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C66ED6 (or 0xC66ED6) is known color: Orchid. HEX triplet: C6, 6E and D6. RGB value is (198,110,214). Sum of RGB (Red+Green+Blue) = 198+110+214=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #C66ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ED6 is #399129. Grayscale: #939393. Windows color (decimal): -3772714 or 14053062. OLE color: 14053062.

HSL color Cylindrical-coordinate representation of color #C66ED6: hue angle of 290.77º 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 #C66ED6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 110 214 -
CMYK 0.07 0.49 0 0.16
HSL 290.77º 0.56% 0.64% -
HSV(B) 290.77º 0.49% 0.84% -
XYZ 41 28.01 66.86 -
YUV 148.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 198 110 214 0.07 0.49 0 0.16 290.77 0.56 0.64
Hex C6 6E D6 7 31 0 10 123 38 40
Octal 306 156 326 7 61 0 20 443 70 100
Binary 11000110 1101110 11010110 111 110001 0 10000 100100011 111000 1000000

Color Harmonies of #C66ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ED6

Black with #C66ED6

Text Example


Text Example

White with #C66ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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