Html Css Color HEX #C868CE Orchid

📋 copy color: '#C868CE'

red 200 ◦ green 104 ◦ blue 206

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

Shades of Orchid #C868CE

Tints of Orchid #C868CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.39%

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

R = 39.22%
G = 20.39%
B = 40.39%

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

#C868CE (or 0xC868CE) is known color: Orchid. HEX triplet: C8, 68 and CE. RGB value is (200,104,206). Sum of RGB (Red+Green+Blue) = 200+104+206=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C868CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CE is #379731. Grayscale: #909090. Windows color (decimal): -3643186 or 13527240. OLE color: 13527240.

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

Color convert

RGB 200 104 206 -
CMYK 0.03 0.50 0 0.19
HSL 296.47º 0.51% 0.61% -
HSV(B) 296.47º 0.5% 0.81% -
XYZ 39.91 26.64 61.43 -
YUV 144.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 200 104 206 0.03 0.50 0 0.19 296.47 0.51 0.61
Hex C8 68 CE 3 32 0 13 128 33 3D
Octal 310 150 316 3 62 0 23 450 63 75
Binary 11001000 1101000 11001110 11 110010 0 10011 100101000 110011 111101

Color Harmonies of #C868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868CE

Black with #C868CE

Text Example


Text Example

White with #C868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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