Html Css Color HEX #C868D6 Orchid

📋 copy color: '#C868D6'

red 200 ◦ green 104 ◦ blue 214

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

Shades of Orchid #C868D6

Tints of Orchid #C868D6

RGB

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

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

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

R = 38.61%
G = 20.08%
B = 41.31%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C868D6 (or 0xC868D6) is known color: Orchid. HEX triplet: C8, 68 and D6. RGB value is (200,104,214). Sum of RGB (Red+Green+Blue) = 200+104+214=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C868D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868D6 is #379729. Grayscale: #909090. Windows color (decimal): -3643178 or 14051528. OLE color: 14051528.

HSL color Cylindrical-coordinate representation of color #C868D6: hue angle of 292.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C868D6 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 104 214 -
CMYK 0.07 0.51 0 0.16
HSL 292.36º 0.57% 0.62% -
HSV(B) 292.36º 0.51% 0.84% -
XYZ 40.91 27.04 66.68 -
YUV 145.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 200 104 214 0.07 0.51 0 0.16 292.36 0.57 0.62
Hex C8 68 D6 7 33 0 10 124 39 3E
Octal 310 150 326 7 63 0 20 444 71 76
Binary 11001000 1101000 11010110 111 110011 0 10000 100100100 111001 111110

Color Harmonies of #C868D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868D6

Black with #C868D6

Text Example


Text Example

White with #C868D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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