#CD39F1

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

Shades of Medium Orchid #CD39F1

Tints of Medium Orchid #CD39F1

Color information

#CD39F1 (or 0xCD39F1) is unknown color: approx Medium Orchid. HEX triplet: CD, 39 and F1. RGB value is (205,57,241). Sum of RGB (Red+Green+Blue) = 205+57+241=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD39F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD39F1 is #32C60E. Grayscale: #797979. Windows color (decimal): -3327503 or 15808973. OLE color: 15808973.

HSL color Cylindrical-coordinate representation of color #CD39F1: hue angle of 288.26º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD39F1 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20557241-
CMYK0.150.7600.05
HSL288.26º86.79%58.43%-
HSV(B)288.26º76.35%94.51%-
XYZ42.5222.2685.27-
YUV122.23195.03187.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 57 (22.66% from 255) = 11.33%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=40.76%
G=11.33%
B=47.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205572410.150.7600.05288.2686.7958.43
HexCD39F1F4C05120573a
Octal31571361171140544012772
Binary11001101111001111100011111100110001011001000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD39F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD39F1; }

 p { color: rgb(205,57,241); }

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

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

 a { background-color: rgb(205,57,241); }

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

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

 span { border-color: rgb(205,57,241); }

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