Html Css Color HEX #C66CCE Orchid

📋 copy color: '#C66CCE'

red 198 ◦ green 108 ◦ blue 206

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

Shades of Orchid #C66CCE

Tints of Orchid #C66CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 38.67%
G = 21.09%
B = 40.23%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C66CCE (or 0xC66CCE) is known color: Orchid. HEX triplet: C6, 6C and CE. RGB value is (198,108,206). Sum of RGB (Red+Green+Blue) = 198+108+206=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CCE is #399331. Grayscale: #919191. Windows color (decimal): -3773234 or 13528262. OLE color: 13528262.

HSL color Cylindrical-coordinate representation of color #C66CCE: hue angle of 295.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66CCE is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 108 206 -
CMYK 0.04 0.48 0 0.19
HSL 295.1º 0.5% 0.62% -
HSV(B) 295.1º 0.48% 0.81% -
XYZ 39.79 27.19 61.54 -
YUV 146.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 198 108 206 0.04 0.48 0 0.19 295.1 0.5 0.62
Hex C6 6C CE 4 30 0 13 127 32 3E
Octal 306 154 316 4 60 0 23 447 62 76
Binary 11000110 1101100 11001110 100 110000 0 10011 100100111 110010 111110

Color Harmonies of #C66CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CCE

Black with #C66CCE

Text Example


Text Example

White with #C66CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CCE; }

 p { color: rgb(198,108,206); }

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

background-color css

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

 a { background-color: rgb(198,108,206); }

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

border-color css

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

 span { border-color: rgb(198,108,206); }

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