#CD31EE

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

Shades of Medium Orchid #CD31EE

Tints of Medium Orchid #CD31EE

Color information

#CD31EE (or 0xCD31EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 31 and EE. RGB value is (205,49,238). Sum of RGB (Red+Green+Blue) = 205+49+238=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD31EE is #32CE11. Grayscale: #747474. Windows color (decimal): -3329554 or 15610317. OLE color: 15610317.

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

Color convert

RGB20549238-
CMYK0.140.7900.07
HSL289.52º84.75%56.27%-
HSV(B)289.52º79.41%93.33%-
XYZ41.7121.3582.81-
YUV117.19196.18190.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 9.96%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=41.67%
G=9.96%
B=48.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205492380.140.7900.07289.5284.7556.27
HexCD31EEE4F071225538
Octal31561356161170744212570
Binary11001101110001111011101110100111101111001000101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD31EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD31EE; }

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

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

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

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

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

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

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

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