#C85ADD

Color #C85ADD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C85ADD

Tints of Medium Orchid #C85ADD

Color information

#C85ADD (or 0xC85ADD) is unknown color: approx Medium Orchid. HEX triplet: C8, 5A and DD. RGB value is (200,90,221). Sum of RGB (Red+Green+Blue) = 200+90+221=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ADD is #37A522. Grayscale: #898989. Windows color (decimal): -3646755 or 14506696. OLE color: 14506696.

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

Color convert

RGB20090221-
CMYK0.100.5900.13
HSL290.38º65.83%60.98%-
HSV(B)290.38º59.28%86.67%-
XYZ40.5324.8171.06-
YUV137.82174.94172.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 90 (35.55% from 255) = 17.61%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=39.14%
G=17.61%
B=43.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200902210.100.5900.13290.3865.8360.98
HexC85ADDA3B0D122423d
Octal310132335127301544210275
Binary110010001011010110111011010111011011011001000101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85ADD; }

 p { color: rgb(200,90,221); }

 H1.HeaderClassName
 {
   color: #C85ADD;
 }
 .AnyTagClassName
 {
   color: #C85ADD;
 }
</style>
background-color css

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

 a { background-color: rgb(200,90,221); }

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

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

 span { border-color: rgb(200,90,221); }

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