Html Css Color HEX #C86AD2 Orchid

📋 copy color: '#C86AD2'

red 200 ◦ green 106 ◦ blue 210

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

Shades of Orchid #C86AD2

Tints of Orchid #C86AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 38.76%
G = 20.54%
B = 40.7%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86AD2 (or 0xC86AD2) is known color: Orchid. HEX triplet: C8, 6A and D2. RGB value is (200,106,210). Sum of RGB (Red+Green+Blue) = 200+106+210=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AD2 is #37952D. Grayscale: #919191. Windows color (decimal): -3642670 or 13789896. OLE color: 13789896.

HSL color Cylindrical-coordinate representation of color #C86AD2: hue angle of 294.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86AD2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 106 210 -
CMYK 0.05 0.50 0 0.18
HSL 294.23º 0.54% 0.62% -
HSV(B) 294.23º 0.5% 0.82% -
XYZ 40.61 27.24 64.09 -
YUV 145.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 200 106 210 0.05 0.50 0 0.18 294.23 0.54 0.62
Hex C8 6A D2 5 32 0 12 126 36 3E
Octal 310 152 322 5 62 0 22 446 66 76
Binary 11001000 1101010 11010010 101 110010 0 10010 100100110 110110 111110

Color Harmonies of #C86AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AD2

Black with #C86AD2

Text Example


Text Example

White with #C86AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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