Html Css Color HEX #C86BD5 Orchid

📋 copy color: '#C86BD5'

red 200 ◦ green 107 ◦ blue 213

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

Shades of Orchid #C86BD5

Tints of Orchid #C86BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 38.46%
G = 20.58%
B = 40.96%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C86BD5 (or 0xC86BD5) is known color: Orchid. HEX triplet: C8, 6B and D5. RGB value is (200,107,213). Sum of RGB (Red+Green+Blue) = 200+107+213=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #C86BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BD5 is #37942A. Grayscale: #929292. Windows color (decimal): -3642411 or 13986760. OLE color: 13986760.

HSL color Cylindrical-coordinate representation of color #C86BD5: hue angle of 292.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86BD5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 107 213 -
CMYK 0.06 0.50 0 0.16
HSL 292.64º 0.56% 0.63% -
HSV(B) 292.64º 0.5% 0.84% -
XYZ 41.09 27.6 66.11 -
YUV 146.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 200 107 213 0.06 0.50 0 0.16 292.64 0.56 0.63
Hex C8 6B D5 6 32 0 10 125 38 3F
Octal 310 153 325 6 62 0 20 445 70 77
Binary 11001000 1101011 11010101 110 110010 0 10000 100100101 111000 111111

Color Harmonies of #C86BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BD5

Black with #C86BD5

Text Example


Text Example

White with #C86BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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