#CD4ADD

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

Shades of Medium Orchid #CD4ADD

Tints of Medium Orchid #CD4ADD

Color information

#CD4ADD (or 0xCD4ADD) is unknown color: approx Medium Orchid. HEX triplet: CD, 4A and DD. RGB value is (205,74,221). Sum of RGB (Red+Green+Blue) = 205+74+221=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ADD is #32B522. Grayscale: #818181. Windows color (decimal): -3323171 or 14502605. OLE color: 14502605.

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

Color convert

RGB20574221-
CMYK0.070.6700.13
HSL293.47º68.37%57.84%-
HSV(B)293.47º66.52%86.67%-
XYZ40.6823.170.72-
YUV129.93179.4181.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 74 (29.30% from 255) = 14.8%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=41%
G=14.8%
B=44.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205742210.070.6700.13293.4768.3757.84
HexCD4ADD7430D125443a
Octal315112335710301544510472
Binary110011011001010110111011111000011011011001001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4ADD; }

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

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

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

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

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

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

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

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