#C85DDE

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

Shades of Medium Orchid #C85DDE

Tints of Medium Orchid #C85DDE

Color information

#C85DDE (or 0xC85DDE) is unknown color: approx Medium Orchid. HEX triplet: C8, 5D and DE. RGB value is (200,93,222). Sum of RGB (Red+Green+Blue) = 200+93+222=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C85DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDE is #37A221. Grayscale: #8B8B8B. Windows color (decimal): -3645986 or 14573000. OLE color: 14573000.

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

Color convert

RGB20093222-
CMYK0.100.5800.13
HSL289.77º66.15%61.76%-
HSV(B)289.77º58.11%87.06%-
XYZ40.9225.3871.85-
YUV139.7174.45171.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=38.83%
G=18.06%
B=43.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200932220.100.5800.13289.7766.1561.76
HexC85DDEA3A0D122423e
Octal310135336127201544210276
Binary110010001011101110111101010111010011011001000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DDE; }

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

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

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

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

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

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

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

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