#CD3EDD

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

Shades of Medium Orchid #CD3EDD

Tints of Medium Orchid #CD3EDD

Color information

#CD3EDD (or 0xCD3EDD) is unknown color: approx Medium Orchid. HEX triplet: CD, 3E and DD. RGB value is (205,62,221). Sum of RGB (Red+Green+Blue) = 205+62+221=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDD is #32C122. Grayscale: #7A7A7A. Windows color (decimal): -3326243 or 14499533. OLE color: 14499533.

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

Color convert

RGB20562221-
CMYK0.070.7200.13
HSL293.96º70.04%55.49%-
HSV(B)293.96º71.95%86.67%-
XYZ39.9521.6470.48-
YUV122.88183.38186.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 62 (24.61% from 255) = 12.70%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=42.01%
G=12.70%
B=45.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205622210.070.7200.13293.9670.0455.49
HexCD3EDD7480D1264637
Octal31576335711001544610667
Binary11001101111110110111011111001000011011001001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EDD; }

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

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

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

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

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

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

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

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