#cb35e5

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

Shades of Medium Orchid #CB35E5

Tints of Medium Orchid #CB35E5

Color information

#CB35E5 (or 0xCB35E5) is unknown color: approx Medium Orchid. HEX triplet: CB, 35 and E5. RGB value is (203,53,229). Sum of RGB (Red+Green+Blue) = 203+53+229=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 53 (21.09% from 255 or 10.93% 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 #CB35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35E5 is #34CA1A. Grayscale: #757575. Windows color (decimal): -3459611 or 15021515. OLE color: 15021515.

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

Color convert

RGB20353229-
CMYK0.110.7700.10
HSL291.14º77.19%55.29%-
HSV(B)291.14º76.86%89.8%-
XYZ40.0420.976.05-
YUV117.91190.7188.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 53 (21.09% from 255) = 10.93%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=41.86%
G=10.93%
B=47.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203532290.110.7700.10291.1477.1955.29
HexCB35E5B4D0A1234d37
Octal313653451311501244311567
Binary110010111101011110010110111001101010101001000111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb35e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb35e5; }

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

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

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

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

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

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

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

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