#CD4FDB

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

Shades of Medium Orchid #CD4FDB

Tints of Medium Orchid #CD4FDB

Color information

#CD4FDB (or 0xCD4FDB) is unknown color: approx Medium Orchid. HEX triplet: CD, 4F and DB. RGB value is (205,79,219). Sum of RGB (Red+Green+Blue) = 205+79+219=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDB is #32B024. Grayscale: #848484. Windows color (decimal): -3321893 or 14372813. OLE color: 14372813.

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

Color convert

RGB20579219-
CMYK0.060.6400.14
HSL294º66.04%58.43%-
HSV(B)294º63.93%85.88%-
XYZ40.7623.6969.44-
YUV132.63176.74179.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 79 (31.25% from 255) = 15.71%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=40.76%
G=15.71%
B=43.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205792190.060.6400.1429466.0458.43
HexCD4FDB6400E126423a
Octal315117333610001644610272
Binary110011011001111110110111101000000011101001001101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4FDB; }

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

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

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

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

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

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

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

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