#CD54DB

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

Shades of Medium Orchid #CD54DB

Tints of Medium Orchid #CD54DB

Color information

#CD54DB (or 0xCD54DB) is unknown color: approx Medium Orchid. HEX triplet: CD, 54 and DB. RGB value is (205,84,219). Sum of RGB (Red+Green+Blue) = 205+84+219=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54DB is #32AB24. Grayscale: #878787. Windows color (decimal): -3320613 or 14374093. OLE color: 14374093.

HSL color Cylindrical-coordinate representation of color #CD54DB: hue angle of 293.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD54DB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20584219-
CMYK0.060.6200.14
HSL293.78º65.22%59.41%-
HSV(B)293.78º61.64%85.88%-
XYZ41.1324.4369.57-
YUV135.57175.09177.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 84 (33.20% from 255) = 16.54%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=40.35%
G=16.54%
B=43.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205842190.060.6200.14293.7865.2259.41
HexCD54DB63E0E126413b
Octal31512433367601644610173
Binary11001101101010011011011110111110011101001001101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54DB; }

 p { color: rgb(205,84,219); }

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

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

 a { background-color: rgb(205,84,219); }

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

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

 span { border-color: rgb(205,84,219); }

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