#C85CDD

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

Shades of Medium Orchid #C85CDD

Tints of Medium Orchid #C85CDD

Color information

#C85CDD (or 0xC85CDD) is unknown color: approx Medium Orchid. HEX triplet: C8, 5C and DD. RGB value is (200,92,221). Sum of RGB (Red+Green+Blue) = 200+92+221=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CDD is #37A322. Grayscale: #8A8A8A. Windows color (decimal): -3646243 or 14507208. OLE color: 14507208.

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

Color convert

RGB20092221-
CMYK0.100.5800.13
HSL290.23º65.48%61.37%-
HSV(B)290.23º58.37%86.67%-
XYZ40.725.1571.12-
YUV139174.28171.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=38.99%
G=17.93%
B=43.08%

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
Decimal200922210.100.5800.13290.2365.4861.37
HexC85CDDA3A0D122413d
Octal310134335127201544210175
Binary110010001011100110111011010111010011011001000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CDD; }

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

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

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

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

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

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

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

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