Html Css Color HEX #C66FCE Orchid

📋 copy color: '#C66FCE'

red 198 ◦ green 111 ◦ blue 206

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

Shades of Orchid #C66FCE

Tints of Orchid #C66FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.55%

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

R = 38.45%
G = 21.55%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C66FCE (or 0xC66FCE) is known color: Orchid. HEX triplet: C6, 6F and CE. RGB value is (198,111,206). Sum of RGB (Red+Green+Blue) = 198+111+206=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C66FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCE is #399031. Grayscale: #939393. Windows color (decimal): -3772466 or 13529030. OLE color: 13529030.

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

Color convert

RGB 198 111 206 -
CMYK 0.04 0.46 0 0.19
HSL 294.95º 0.49% 0.62% -
HSV(B) 294.95º 0.46% 0.81% -
XYZ 40.11 27.83 61.65 -
YUV 147.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 198 111 206 0.04 0.46 0 0.19 294.95 0.49 0.62
Hex C6 6F CE 4 2E 0 13 127 31 3E
Octal 306 157 316 4 56 0 23 447 61 76
Binary 11000110 1101111 11001110 100 101110 0 10011 100100111 110001 111110

Color Harmonies of #C66FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FCE

Black with #C66FCE

Text Example


Text Example

White with #C66FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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