#CD3ADA

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

Shades of Medium Orchid #CD3ADA

Tints of Medium Orchid #CD3ADA

Color information

#CD3ADA (or 0xCD3ADA) is unknown color: approx Medium Orchid. HEX triplet: CD, 3A and DA. RGB value is (205,58,218). Sum of RGB (Red+Green+Blue) = 205+58+218=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADA is #32C525. Grayscale: #777777. Windows color (decimal): -3327270 or 14301901. OLE color: 14301901.

HSL color Cylindrical-coordinate representation of color #CD3ADA: hue angle of 295.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3ADA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20558218-
CMYK0.060.7300.15
HSL295.12º68.38%54.12%-
HSV(B)295.12º73.39%85.49%-
XYZ39.3421.0768.32-
YUV120.19183.2188.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 58 (23.05% from 255) = 12.06%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=42.62%
G=12.06%
B=45.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205582180.060.7300.15295.1268.3854.12
HexCD3ADA6490F1274436
Octal31572332611101744710466
Binary11001101111010110110101101001001011111001001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3ADA; }

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

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

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

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

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

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

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

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