#CB3BE9

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

Shades of Medium Orchid #CB3BE9

Tints of Medium Orchid #CB3BE9

Color information

#CB3BE9 (or 0xCB3BE9) is unknown color: approx Medium Orchid. HEX triplet: CB, 3B and E9. RGB value is (203,59,233). Sum of RGB (Red+Green+Blue) = 203+59+233=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB3BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3BE9 is #34C416. Grayscale: #797979. Windows color (decimal): -3458071 or 15285195. OLE color: 15285195.

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

Color convert

RGB20359233-
CMYK0.130.7500.09
HSL289.66º79.82%57.25%-
HSV(B)289.66º74.68%91.37%-
XYZ40.921.7179.13-
YUV121.89190.71185.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 59 (23.44% from 255) = 11.92%
BLUE value IS 233 (91.41% from 255) = 47.07%
R=41.01%
G=11.92%
B=47.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203592330.130.7500.09289.6679.8257.25
HexCB3BE9D4B091225039
Octal313733511511301144212071
Binary110010111110111110100111011001011010011001000101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3BE9; }

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

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

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

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

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

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

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

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