Html Css Color HEX #C86ADE Medium Orchid

📋 copy color: '#C86ADE'

red 200 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C86ADE

Tints of Medium Orchid #C86ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 37.88%
G = 20.08%
B = 42.05%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C86ADE (or 0xC86ADE) is known color: Medium Orchid. HEX triplet: C8, 6A and DE. RGB value is (200,106,222). Sum of RGB (Red+Green+Blue) = 200+106+222=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C86ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ADE is #379521. Grayscale: #929292. Windows color (decimal): -3642658 or 14576328. OLE color: 14576328.

HSL color Cylindrical-coordinate representation of color #C86ADE: hue angle of 288.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86ADE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 106 222 -
CMYK 0.10 0.52 0 0.13
HSL 288.62º 0.64% 0.64% -
HSV(B) 288.62º 0.52% 0.87% -
XYZ 42.16 27.86 72.26 -
YUV 147.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 200 106 222 0.10 0.52 0 0.13 288.62 0.64 0.64
Hex C8 6A DE A 34 0 D 121 40 40
Octal 310 152 336 12 64 0 15 441 100 100
Binary 11001000 1101010 11011110 1010 110100 0 1101 100100001 1000000 1000000

Color Harmonies of #C86ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ADE

Black with #C86ADE

Text Example


Text Example

White with #C86ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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