#CB61E1

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

Shades of Medium Orchid #CB61E1

Tints of Medium Orchid #CB61E1

Color information

#CB61E1 (or 0xCB61E1) is unknown color: approx Medium Orchid. HEX triplet: CB, 61 and E1. RGB value is (203,97,225). Sum of RGB (Red+Green+Blue) = 203+97+225=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61E1 is #349E1E. Grayscale: #8E8E8E. Windows color (decimal): -3448351 or 14770635. OLE color: 14770635.

HSL color Cylindrical-coordinate representation of color #CB61E1: hue angle of 289.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB61E1 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20397225-
CMYK0.100.5700.12
HSL289.69º68.09%63.14%-
HSV(B)289.69º56.89%88.24%-
XYZ42.4926.6874.14-
YUV143.29174.12170.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 225 (88.28% from 255) = 42.86%
R=38.67%
G=18.48%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203972250.100.5700.12289.6968.0963.14
HexCB61E1A390C122443f
Octal313141341127101444210477
Binary110010111100001111000011010111001011001001000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61E1; }

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

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

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

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

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

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

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

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