Html Css Color HEX #C86BD0 Orchid

📋 copy color: '#C86BD0'

red 200 ◦ green 107 ◦ blue 208

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

Shades of Orchid #C86BD0

Tints of Orchid #C86BD0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.78%

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 38.83%
G = 20.78%
B = 40.39%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86BD0 (or 0xC86BD0) is known color: Orchid. HEX triplet: C8, 6B and D0. RGB value is (200,107,208). Sum of RGB (Red+Green+Blue) = 200+107+208=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #C86BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BD0 is #37942F. Grayscale: #929292. Windows color (decimal): -3642416 or 13659080. OLE color: 13659080.

HSL color Cylindrical-coordinate representation of color #C86BD0: hue angle of 295.25º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86BD0 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 107 208 -
CMYK 0.04 0.49 0 0.18
HSL 295.25º 0.52% 0.62% -
HSV(B) 295.25º 0.49% 0.82% -
XYZ 40.46 27.35 62.82 -
YUV 146.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 200 107 208 0.04 0.49 0 0.18 295.25 0.52 0.62
Hex C8 6B D0 4 31 0 12 127 34 3E
Octal 310 153 320 4 61 0 22 447 64 76
Binary 11001000 1101011 11010000 100 110001 0 10010 100100111 110100 111110

Color Harmonies of #C86BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BD0

Black with #C86BD0

Text Example


Text Example

White with #C86BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BD0; }

 p { color: rgb(200,107,208); }

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

background-color css

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

 a { background-color: rgb(200,107,208); }

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

border-color css

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

 span { border-color: rgb(200,107,208); }

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