#CD3DEA

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

Shades of Medium Orchid #CD3DEA

Tints of Medium Orchid #CD3DEA

Color information

#CD3DEA (or 0xCD3DEA) is unknown color: approx Medium Orchid. HEX triplet: CD, 3D and EA. RGB value is (205,61,234). Sum of RGB (Red+Green+Blue) = 205+61+234=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD3DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DEA is #32C215. Grayscale: #7B7B7B. Windows color (decimal): -3326486 or 15351245. OLE color: 15351245.

HSL color Cylindrical-coordinate representation of color #CD3DEA: hue angle of 289.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3DEA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20561234-
CMYK0.120.7400.08
HSL289.94º80.47%57.84%-
HSV(B)289.94º73.93%91.76%-
XYZ41.722.2679.94-
YUV123.78190.21185.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 61 (24.22% from 255) = 12.2%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=41%
G=12.2%
B=46.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205612340.120.7400.08289.9480.4757.84
HexCD3DEAC4A08122503a
Octal315753521411201044212072
Binary110011011111011110101011001001010010001001000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3DEA; }

 p { color: rgb(205,61,234); }

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

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

 a { background-color: rgb(205,61,234); }

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

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

 span { border-color: rgb(205,61,234); }

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