Html Css Color HEX #C86CCF Orchid

📋 copy color: '#C86CCF'

red 200 ◦ green 108 ◦ blue 207

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

Shades of Orchid #C86CCF

Tints of Orchid #C86CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.97%

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 38.83%
G = 20.97%
B = 40.19%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86CCF (or 0xC86CCF) is known color: Orchid. HEX triplet: C8, 6C and CF. RGB value is (200,108,207). Sum of RGB (Red+Green+Blue) = 200+108+207=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C86CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCF is #379330. Grayscale: #929292. Windows color (decimal): -3642161 or 13593800. OLE color: 13593800.

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

Color convert

RGB 200 108 207 -
CMYK 0.03 0.48 0 0.19
HSL 295.76º 0.51% 0.62% -
HSV(B) 295.76º 0.48% 0.81% -
XYZ 40.44 27.51 62.21 -
YUV 146.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 200 108 207 0.03 0.48 0 0.19 295.76 0.51 0.62
Hex C8 6C CF 3 30 0 13 128 33 3E
Octal 310 154 317 3 60 0 23 450 63 76
Binary 11001000 1101100 11001111 11 110000 0 10011 100101000 110011 111110

Color Harmonies of #C86CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CCF

Black with #C86CCF

Text Example


Text Example

White with #C86CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CCF; }

 p { color: rgb(200,108,207); }

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

background-color css

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

 a { background-color: rgb(200,108,207); }

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

border-color css

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

 span { border-color: rgb(200,108,207); }

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