Html Css Color HEX #C86ADC Medium Orchid

📋 copy color: '#C86ADC'

red 200 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C86ADC

Tints of Medium Orchid #C86ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 38.02%
G = 20.15%
B = 41.83%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C86ADC (or 0xC86ADC) is known color: Medium Orchid. HEX triplet: C8, 6A and DC. RGB value is (200,106,220). Sum of RGB (Red+Green+Blue) = 200+106+220=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C86ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADC is #379523. Grayscale: #929292. Windows color (decimal): -3642660 or 14445256. OLE color: 14445256.

HSL color Cylindrical-coordinate representation of color #C86ADC: hue angle of 289.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 106 220 -
CMYK 0.09 0.52 0 0.14
HSL 289.47º 0.62% 0.64% -
HSV(B) 289.47º 0.52% 0.86% -
XYZ 41.89 27.75 70.86 -
YUV 147.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 200 106 220 0.09 0.52 0 0.14 289.47 0.62 0.64
Hex C8 6A DC 9 34 0 E 121 3E 40
Octal 310 152 334 11 64 0 16 441 76 100
Binary 11001000 1101010 11011100 1001 110100 0 1110 100100001 111110 1000000

Color Harmonies of #C86ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ADC

Black with #C86ADC

Text Example


Text Example

White with #C86ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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