#CD42EA

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

Shades of Medium Orchid #CD42EA

Tints of Medium Orchid #CD42EA

Color information

#CD42EA (or 0xCD42EA) is unknown color: approx Medium Orchid. HEX triplet: CD, 42 and EA. RGB value is (205,66,234). Sum of RGB (Red+Green+Blue) = 205+66+234=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD42EA is #32BD15. Grayscale: #7E7E7E. Windows color (decimal): -3325206 or 15352525. OLE color: 15352525.

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

Color convert

RGB20566234-
CMYK0.120.7200.08
HSL289.64º80%58.82%-
HSV(B)289.64º71.79%91.76%-
XYZ41.9822.8280.03-
YUV126.71188.55183.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 66 (26.17% from 255) = 13.07%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=40.59%
G=13.07%
B=46.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205662340.120.7200.08289.648058.82
HexCD42EAC4808122503b
Octal3151023521411001044212073
Binary1100110110000101110101011001001000010001001000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD42EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD42EA; }

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

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

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

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

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

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

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

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