#CD47EA

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

Shades of Medium Orchid #CD47EA

Tints of Medium Orchid #CD47EA

Color information

#CD47EA (or 0xCD47EA) is unknown color: approx Medium Orchid. HEX triplet: CD, 47 and EA. RGB value is (205,71,234). Sum of RGB (Red+Green+Blue) = 205+71+234=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD47EA is #32B815. Grayscale: #818181. Windows color (decimal): -3323926 or 15353805. OLE color: 15353805.

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

Color convert

RGB20571234-
CMYK0.120.7000.08
HSL289.33º79.51%59.8%-
HSV(B)289.33º69.66%91.76%-
XYZ42.2823.4380.14-
YUV129.65186.89181.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 71 (28.12% from 255) = 13.92%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=40.20%
G=13.92%
B=45.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205712340.120.7000.08289.3379.5159.8
HexCD47EAC4608121503c
Octal3151073521410601044112074
Binary1100110110001111110101011001000110010001001000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD47EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD47EA; }

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

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

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

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

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

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

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

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