#CB33E3

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

Shades of Medium Orchid #CB33E3

Tints of Medium Orchid #CB33E3

Color information

#CB33E3 (or 0xCB33E3) is unknown color: approx Medium Orchid. HEX triplet: CB, 33 and E3. RGB value is (203,51,227). Sum of RGB (Red+Green+Blue) = 203+51+227=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB33E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33E3 is #34CC1C. Grayscale: #737373. Windows color (decimal): -3460125 or 14889931. OLE color: 14889931.

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

Color convert

RGB20351227-
CMYK0.110.7800.11
HSL291.82º75.86%54.51%-
HSV(B)291.82º77.53%89.02%-
XYZ39.6820.6174.56-
YUV116.51190.36189.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 51 (20.31% from 255) = 10.60%
BLUE value IS 227 (89.06% from 255) = 47.19%
R=42.20%
G=10.60%
B=47.19%

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
Decimal203512270.110.7800.11291.8275.8654.51
HexCB33E3B4E0B1244c37
Octal313633431311601344411467
Binary110010111100111110001110111001110010111001001001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33E3; }

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

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

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

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

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

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

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

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