Html Css Color HEX #C86CDC Orchid

📋 copy color: '#C86CDC'

red 200 ◦ green 108 ◦ blue 220

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

Shades of Orchid #C86CDC

Tints of Orchid #C86CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 37.88%
G = 20.45%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C86CDC (or 0xC86CDC) is known color: Orchid. HEX triplet: C8, 6C and DC. RGB value is (200,108,220). Sum of RGB (Red+Green+Blue) = 200+108+220=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C86CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CDC is #379323. Grayscale: #939393. Windows color (decimal): -3642148 or 14445768. OLE color: 14445768.

HSL color Cylindrical-coordinate representation of color #C86CDC: hue angle of 289.29º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86CDC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 108 220 -
CMYK 0.09 0.51 0 0.14
HSL 289.29º 0.62% 0.64% -
HSV(B) 289.29º 0.51% 0.86% -
XYZ 42.1 28.17 70.93 -
YUV 148.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 200 108 220 0.09 0.51 0 0.14 289.29 0.62 0.64
Hex C8 6C DC 9 33 0 E 121 3E 40
Octal 310 154 334 11 63 0 16 441 76 100
Binary 11001000 1101100 11011100 1001 110011 0 1110 100100001 111110 1000000

Color Harmonies of #C86CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CDC

Black with #C86CDC

Text Example


Text Example

White with #C86CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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