#cd55d4

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

Shades of Medium Orchid #CD55D4

Tints of Medium Orchid #CD55D4

Color information

#CD55D4 (or 0xCD55D4) is unknown color: approx Medium Orchid. HEX triplet: CD, 55 and D4. RGB value is (205,85,212). Sum of RGB (Red+Green+Blue) = 205+85+212=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD55D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55D4 is #32AA2B. Grayscale: #868686. Windows color (decimal): -3320364 or 13915597. OLE color: 13915597.

HSL color Cylindrical-coordinate representation of color #CD55D4: hue angle of 296.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD55D4 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20585212-
CMYK0.030.6000.17
HSL296.69º59.62%58.24%-
HSV(B)296.69º59.91%83.14%-
XYZ40.3124.2364.84-
YUV135.36171.26177.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 85 (33.59% from 255) = 16.93%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=40.84%
G=16.93%
B=42.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205852120.030.6000.17296.6959.6258.24
HexCD55D433C0111293c3a
Octal3151253243740214517472
Binary1100110110101011101010011111100010001100101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd55d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd55d4; }

 p { color: rgb(205,85,212); }

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

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

 a { background-color: rgb(205,85,212); }

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

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

 span { border-color: rgb(205,85,212); }

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