Html Css Color HEX #C86DCD Orchid

📋 copy color: '#C86DCD'

red 200 ◦ green 109 ◦ blue 205

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

Shades of Orchid #C86DCD

Tints of Orchid #C86DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 38.91%
G = 21.21%
B = 39.88%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86DCD (or 0xC86DCD) is known color: Orchid. HEX triplet: C8, 6D and CD. RGB value is (200,109,205). Sum of RGB (Red+Green+Blue) = 200+109+205=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C86DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCD is #379232. Grayscale: #929292. Windows color (decimal): -3641907 or 13462984. OLE color: 13462984.

HSL color Cylindrical-coordinate representation of color #C86DCD: hue angle of 296.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86DCD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 109 205 -
CMYK 0.02 0.47 0 0.20
HSL 296.88º 0.49% 0.62% -
HSV(B) 296.88º 0.47% 0.8% -
XYZ 40.31 27.62 60.97 -
YUV 147.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 200 109 205 0.02 0.47 0 0.20 296.88 0.49 0.62
Hex C8 6D CD 2 2F 0 14 129 31 3E
Octal 310 155 315 2 57 0 24 451 61 76
Binary 11001000 1101101 11001101 10 101111 0 10100 100101001 110001 111110

Color Harmonies of #C86DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DCD

Black with #C86DCD

Text Example


Text Example

White with #C86DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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