#CD43E1

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

Shades of Medium Orchid #CD43E1

Tints of Medium Orchid #CD43E1

Color information

#CD43E1 (or 0xCD43E1) is unknown color: approx Medium Orchid. HEX triplet: CD, 43 and E1. RGB value is (205,67,225). Sum of RGB (Red+Green+Blue) = 205+67+225=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD43E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD43E1 is #32BC1E. Grayscale: #7D7D7D. Windows color (decimal): -3324959 or 14762957. OLE color: 14762957.

HSL color Cylindrical-coordinate representation of color #CD43E1: hue angle of 292.41º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD43E1 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20567225-
CMYK0.090.7000.12
HSL292.41º72.48%57.25%-
HSV(B)292.41º70.22%88.24%-
XYZ40.7722.4373.41-
YUV126.27183.72184.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 67 (26.56% from 255) = 13.48%
BLUE value IS 225 (88.28% from 255) = 45.27%
R=41.25%
G=13.48%
B=45.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205672250.090.7000.12292.4172.4857.25
HexCD43E19460C1244839
Octal3151033411110601444411071
Binary1100110110000111110000110011000110011001001001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD43E1; }

 p { color: rgb(205,67,225); }

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

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

 a { background-color: rgb(205,67,225); }

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

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

 span { border-color: rgb(205,67,225); }

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