#CD4DDB

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

Shades of Medium Orchid #CD4DDB

Tints of Medium Orchid #CD4DDB

Color information

#CD4DDB (or 0xCD4DDB) is unknown color: approx Medium Orchid. HEX triplet: CD, 4D and DB. RGB value is (205,77,219). Sum of RGB (Red+Green+Blue) = 205+77+219=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4DDB is #32B224. Grayscale: #838383. Windows color (decimal): -3322405 or 14372301. OLE color: 14372301.

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

Color convert

RGB20577219-
CMYK0.060.6500.14
HSL294.08º66.36%58.04%-
HSV(B)294.08º64.84%85.88%-
XYZ40.6223.469.39-
YUV131.46177.41180.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 77 (30.47% from 255) = 15.37%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=40.92%
G=15.37%
B=43.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205772190.060.6500.14294.0866.3658.04
HexCD4DDB6410E126423a
Octal315115333610101644610272
Binary110011011001101110110111101000001011101001001101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4DDB; }

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

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

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

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

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

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

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

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