#CB35E9

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

Shades of Medium Orchid #CB35E9

Tints of Medium Orchid #CB35E9

Color information

#CB35E9 (or 0xCB35E9) is unknown color: approx Medium Orchid. HEX triplet: CB, 35 and E9. RGB value is (203,53,233). Sum of RGB (Red+Green+Blue) = 203+53+233=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB35E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB35E9 is #34CA16. Grayscale: #757575. Windows color (decimal): -3459607 or 15283659. OLE color: 15283659.

HSL color Cylindrical-coordinate representation of color #CB35E9: hue angle of 290º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB35E9 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20353233-
CMYK0.130.7700.09
HSL290º80.36%56.08%-
HSV(B)290º77.25%91.37%-
XYZ40.6121.1379.03-
YUV118.37192.7188.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 53 (21.09% from 255) = 10.84%
BLUE value IS 233 (91.41% from 255) = 47.65%
R=41.51%
G=10.84%
B=47.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203532330.130.7700.0929080.3656.08
HexCB35E9D4D091225038
Octal313653511511501144212070
Binary110010111101011110100111011001101010011001000101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB35E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB35E9; }

 p { color: rgb(203,53,233); }

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

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

 a { background-color: rgb(203,53,233); }

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

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

 span { border-color: rgb(203,53,233); }

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