#CB61E9

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

Shades of Medium Orchid #CB61E9

Tints of Medium Orchid #CB61E9

Color information

#CB61E9 (or 0xCB61E9) is unknown color: approx Medium Orchid. HEX triplet: CB, 61 and E9. RGB value is (203,97,233). Sum of RGB (Red+Green+Blue) = 203+97+233=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61E9 is #349E16. Grayscale: #8F8F8F. Windows color (decimal): -3448343 or 15294923. OLE color: 15294923.

HSL color Cylindrical-coordinate representation of color #CB61E9: hue angle of 286.76º degrees, saturation: 0.76, 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 #CB61E9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20397233-
CMYK0.130.5800.09
HSL286.76º75.56%64.71%-
HSV(B)286.76º58.37%91.37%-
XYZ43.6127.1380.03-
YUV144.2178.12169.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=38.09%
G=18.20%
B=43.71%

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
Decimal203972330.130.5800.09286.7675.5664.71
HexCB61E9D3A0911f4c41
Octal3131413511572011437114101
Binary1100101111000011110100111011110100100110001111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61E9; }

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

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

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

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

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

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

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

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