#CB35DE

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

Shades of Medium Orchid #CB35DE

Tints of Medium Orchid #CB35DE

Color information

#CB35DE (or 0xCB35DE) is unknown color: approx Medium Orchid. HEX triplet: CB, 35 and DE. RGB value is (203,53,222). Sum of RGB (Red+Green+Blue) = 203+53+222=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB35DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35DE is #34CA21. Grayscale: #747474. Windows color (decimal): -3459618 or 14562763. OLE color: 14562763.

HSL color Cylindrical-coordinate representation of color #CB35DE: hue angle of 293.25º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB35DE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20353222-
CMYK0.090.7600.13
HSL293.25º71.91%53.92%-
HSV(B)293.25º76.13%87.06%-
XYZ39.0920.5271.01-
YUV117.12187.2189.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 53 (21.09% from 255) = 11.09%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=42.47%
G=11.09%
B=46.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203532220.090.7600.13293.2571.9153.92
HexCB35DE94C0D1254836
Octal313653361111401544511066
Binary110010111101011101111010011001100011011001001011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB35DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB35DE; }

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

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

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

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

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

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

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

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