#CB31E3

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

Shades of Medium Orchid #CB31E3

Tints of Medium Orchid #CB31E3

Color information

#CB31E3 (or 0xCB31E3) is unknown color: approx Medium Orchid. HEX triplet: CB, 31 and E3. RGB value is (203,49,227). Sum of RGB (Red+Green+Blue) = 203+49+227=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB31E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31E3 is #34CE1C. Grayscale: #727272. Windows color (decimal): -3460637 or 14889419. OLE color: 14889419.

HSL color Cylindrical-coordinate representation of color #CB31E3: hue angle of 291.91º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB31E3 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20349227-
CMYK0.110.7800.11
HSL291.91º76.07%54.12%-
HSV(B)291.91º78.41%89.02%-
XYZ39.5920.4474.53-
YUV115.34191.02190.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 49 (19.53% from 255) = 10.23%
BLUE value IS 227 (89.06% from 255) = 47.39%
R=42.38%
G=10.23%
B=47.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal203492270.110.7800.11291.9176.0754.12
HexCB31E3B4E0B1244c36
Octal313613431311601344411466
Binary110010111100011110001110111001110010111001001001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB31E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB31E3; }

 p { color: rgb(203,49,227); }

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

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

 a { background-color: rgb(203,49,227); }

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

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

 span { border-color: rgb(203,49,227); }

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