#CF31E5

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

Shades of Medium Orchid #CF31E5

Tints of Medium Orchid #CF31E5

Color information

#CF31E5 (or 0xCF31E5) is unknown color: approx Medium Orchid. HEX triplet: CF, 31 and E5. RGB value is (207,49,229). Sum of RGB (Red+Green+Blue) = 207+49+229=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31E5 is #30CE1A. Grayscale: #747474. Windows color (decimal): -3198491 or 15020495. OLE color: 15020495.

HSL color Cylindrical-coordinate representation of color #CF31E5: hue angle of 292.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF31E5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20749229-
CMYK0.100.7900.10
HSL292.67º77.59%54.51%-
HSV(B)292.67º78.6%89.8%-
XYZ40.9721.1276.05-
YUV116.76191.35192.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 49 (19.53% from 255) = 10.10%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=42.68%
G=10.10%
B=47.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207492290.100.7900.10292.6777.5954.51
HexCF31E5A4F0A1254e37
Octal317613451211701244511667
Binary110011111100011110010110101001111010101001001011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF31E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF31E5; }

 p { color: rgb(207,49,229); }

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

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

 a { background-color: rgb(207,49,229); }

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

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

 span { border-color: rgb(207,49,229); }

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