#CD4FDD

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

Shades of Medium Orchid #CD4FDD

Tints of Medium Orchid #CD4FDD

Color information

#CD4FDD (or 0xCD4FDD) is unknown color: approx Medium Orchid. HEX triplet: CD, 4F and DD. RGB value is (205,79,221). Sum of RGB (Red+Green+Blue) = 205+79+221=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDD is #32B022. Grayscale: #848484. Windows color (decimal): -3321891 or 14503885. OLE color: 14503885.

HSL color Cylindrical-coordinate representation of color #CD4FDD: hue angle of 293.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4FDD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20579221-
CMYK0.070.6400.13
HSL293.24º67.62%58.82%-
HSV(B)293.24º64.25%86.67%-
XYZ41.0223.7970.84-
YUV132.86177.74179.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=40.59%
G=15.64%
B=43.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205792210.070.6400.13293.2467.6258.82
HexCD4FDD7400D125443b
Octal315117335710001544510473
Binary110011011001111110111011111000000011011001001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4FDD; }

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

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

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

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

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

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

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

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