#CB63E9

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

Shades of Medium Orchid #CB63E9

Tints of Medium Orchid #CB63E9

Color information

#CB63E9 (or 0xCB63E9) is unknown color: approx Medium Orchid. HEX triplet: CB, 63 and E9. RGB value is (203,99,233). Sum of RGB (Red+Green+Blue) = 203+99+233=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB63E9 is #349C16. Grayscale: #909090. Windows color (decimal): -3447831 or 15295435. OLE color: 15295435.

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

Color convert

RGB20399233-
CMYK0.130.5800.09
HSL286.57º75.28%65.1%-
HSV(B)286.57º57.51%91.37%-
XYZ43.827.580.09-
YUV145.37177.46169.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 99 (39.06% from 255) = 18.50%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=37.94%
G=18.50%
B=43.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203992330.130.5800.09286.5775.2865.1
HexCB63E9D3A0911f4b41
Octal3131433511572011437113101
Binary1100101111000111110100111011110100100110001111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63E9; }

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

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

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

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

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

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

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

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