Html Css Color HEX #C866CE Orchid

📋 copy color: '#C866CE'

red 200 ◦ green 102 ◦ blue 206

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

Shades of Orchid #C866CE

Tints of Orchid #C866CE

RGB

 RED value IS 200 (78.52% from 255) = 39.37%

 GREEN value IS 102 (40.23% from 255) = 20.08%

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

R = 39.37%
G = 20.08%
B = 40.55%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C866CE (or 0xC866CE) is known color: Orchid. HEX triplet: C8, 66 and CE. RGB value is (200,102,206). Sum of RGB (Red+Green+Blue) = 200+102+206=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C866CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866CE is #379931. Grayscale: #8E8E8E. Windows color (decimal): -3643698 or 13526728. OLE color: 13526728.

HSL color Cylindrical-coordinate representation of color #C866CE: hue angle of 296.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C866CE is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 102 206 -
CMYK 0.03 0.50 0 0.19
HSL 296.54º 0.51% 0.6% -
HSV(B) 296.54º 0.5% 0.81% -
XYZ 39.71 26.24 61.36 -
YUV 143.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 200 102 206 0.03 0.50 0 0.19 296.54 0.51 0.6
Hex C8 66 CE 3 32 0 13 129 33 3C
Octal 310 146 316 3 62 0 23 451 63 74
Binary 11001000 1100110 11001110 11 110010 0 10011 100101001 110011 111100

Color Harmonies of #C866CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866CE

Black with #C866CE

Text Example


Text Example

White with #C866CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866CE; }

 p { color: rgb(200,102,206); }

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

background-color css

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

 a { background-color: rgb(200,102,206); }

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

border-color css

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

 span { border-color: rgb(200,102,206); }

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