#cd3ae2

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

Shades of Medium Orchid #CD3AE2

Tints of Medium Orchid #CD3AE2

Color information

#CD3AE2 (or 0xCD3AE2) is unknown color: approx Medium Orchid. HEX triplet: CD, 3A and E2. RGB value is (205,58,226). Sum of RGB (Red+Green+Blue) = 205+58+226=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD3AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3AE2 is #32C51D. Grayscale: #787878. Windows color (decimal): -3327262 or 14826189. OLE color: 14826189.

HSL color Cylindrical-coordinate representation of color #CD3AE2: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3AE2 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20558226-
CMYK0.090.7400.11
HSL292.5º74.34%55.69%-
HSV(B)292.5º74.34%88.63%-
XYZ40.4221.573.97-
YUV121.1187.2187.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 226 (88.67% from 255) = 46.22%
R=41.92%
G=11.86%
B=46.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205582260.090.7400.11292.574.3455.69
HexCD3AE294A0B1244a38
Octal315723421111201344411270
Binary110011011110101110001010011001010010111001001001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3ae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3ae2; }

 p { color: rgb(205,58,226); }

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

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

 a { background-color: rgb(205,58,226); }

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

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

 span { border-color: rgb(205,58,226); }

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