Html Css Color HEX #C86AD5 Orchid

📋 copy color: '#C86AD5'

red 200 ◦ green 106 ◦ blue 213

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

Shades of Orchid #C86AD5

Tints of Orchid #C86AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 38.54%
G = 20.42%
B = 41.04%

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

#C86AD5 (or 0xC86AD5) is known color: Orchid. HEX triplet: C8, 6A and D5. RGB value is (200,106,213). Sum of RGB (Red+Green+Blue) = 200+106+213=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C86AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AD5 is #37952A. Grayscale: #919191. Windows color (decimal): -3642667 or 13986504. OLE color: 13986504.

HSL color Cylindrical-coordinate representation of color #C86AD5: hue angle of 292.71º 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 #C86AD5 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 106 213 -
CMYK 0.06 0.50 0 0.16
HSL 292.71º 0.56% 0.63% -
HSV(B) 292.71º 0.5% 0.84% -
XYZ 40.98 27.39 66.08 -
YUV 146.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 200 106 213 0.06 0.50 0 0.16 292.71 0.56 0.63
Hex C8 6A D5 6 32 0 10 125 38 3F
Octal 310 152 325 6 62 0 20 445 70 77
Binary 11001000 1101010 11010101 110 110010 0 10000 100100101 111000 111111

Color Harmonies of #C86AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AD5

Black with #C86AD5

Text Example


Text Example

White with #C86AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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