#CD3FED

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

Shades of Medium Orchid #CD3FED

Tints of Medium Orchid #CD3FED

Color information

#CD3FED (or 0xCD3FED) is unknown color: approx Medium Orchid. HEX triplet: CD, 3F and ED. RGB value is (205,63,237). Sum of RGB (Red+Green+Blue) = 205+63+237=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3FED is #32C012. Grayscale: #7C7C7C. Windows color (decimal): -3325971 or 15548365. OLE color: 15548365.

HSL color Cylindrical-coordinate representation of color #CD3FED: hue angle of 288.97º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3FED is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20563237-
CMYK0.140.7300.07
HSL288.97º82.86%58.82%-
HSV(B)288.97º73.42%92.94%-
XYZ42.2422.6582.27-
YUV125.29191.04184.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 63 (25% from 255) = 12.48%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=40.59%
G=12.48%
B=46.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205632370.140.7300.07288.9782.8658.82
HexCD3FEDE4907121533b
Octal31577355161110744112373
Binary11001101111111111011011110100100101111001000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FED; }

 p { color: rgb(205,63,237); }

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

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

 a { background-color: rgb(205,63,237); }

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

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

 span { border-color: rgb(205,63,237); }

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