Html Css Color HEX #C86DCE Orchid

📋 copy color: '#C86DCE'

red 200 ◦ green 109 ◦ blue 206

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

Shades of Orchid #C86DCE

Tints of Orchid #C86DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

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

R = 38.83%
G = 21.17%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86DCE (or 0xC86DCE) is known color: Orchid. HEX triplet: C8, 6D and CE. RGB value is (200,109,206). Sum of RGB (Red+Green+Blue) = 200+109+206=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 109 (42.97% from 255 or 21.17% 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 #C86DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCE is #379231. Grayscale: #929292. Windows color (decimal): -3641906 or 13528520. OLE color: 13528520.

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

Color convert

RGB 200 109 206 -
CMYK 0.03 0.47 0 0.19
HSL 296.29º 0.5% 0.62% -
HSV(B) 296.29º 0.47% 0.81% -
XYZ 40.43 27.67 61.6 -
YUV 147.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 200 109 206 0.03 0.47 0 0.19 296.29 0.5 0.62
Hex C8 6D CE 3 2F 0 13 128 32 3E
Octal 310 155 316 3 57 0 23 450 62 76
Binary 11001000 1101101 11001110 11 101111 0 10011 100101000 110010 111110

Color Harmonies of #C86DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DCE

Black with #C86DCE

Text Example


Text Example

White with #C86DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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