#CD31DF

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

Shades of Medium Orchid #CD31DF

Tints of Medium Orchid #CD31DF

Color information

#CD31DF (or 0xCD31DF) is unknown color: approx Medium Orchid. HEX triplet: CD, 31 and DF. RGB value is (205,49,223). Sum of RGB (Red+Green+Blue) = 205+49+223=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31DF is #32CE20. Grayscale: #727272. Windows color (decimal): -3329569 or 14627277. OLE color: 14627277.

HSL color Cylindrical-coordinate representation of color #CD31DF: hue angle of 293.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD31DF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20549223-
CMYK0.080.7800.13
HSL293.79º73.11%53.33%-
HSV(B)293.79º78.03%87.45%-
XYZ39.5920.571.68-
YUV115.48188.68191.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 49 (19.53% from 255) = 10.27%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=42.98%
G=10.27%
B=46.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205492230.080.7800.13293.7973.1153.33
HexCD31DF84E0D1264935
Octal315613371011601544611165
Binary110011011100011101111110001001110011011001001101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD31DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD31DF; }

 p { color: rgb(205,49,223); }

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

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

 a { background-color: rgb(205,49,223); }

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

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

 span { border-color: rgb(205,49,223); }

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