#CB73FF

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

Shades of Heliotrope #CB73FF

Tints of Heliotrope #CB73FF

Color information

#CB73FF (or 0xCB73FF) is unknown color: approx Heliotrope. HEX triplet: CB, 73 and FF. RGB value is (203,115,255). Sum of RGB (Red+Green+Blue) = 203+115+255=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73FF is #348C00. Grayscale: #9C9C9C. Windows color (decimal): -3443713 or 16741323. OLE color: 16741323.

HSL color Cylindrical-coordinate representation of color #CB73FF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB73FF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203115255-
CMYK0.200.5500
HSL277.71º100%72.55%-
HSV(B)277.71º54.9%100%-
XYZ48.8132.1898.25-
YUV157.27183.15160.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 115 (45.31% from 255) = 20.07%
BLUE value IS 255 (100% from 255) = 44.50%
R=35.43%
G=20.07%
B=44.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031152550.200.5500277.7110072.55
HexCB73FF1437001166449
Octal313163377246700426144111
Binary11001011111001111111111101001101110010001011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB73FF; }

 p { color: rgb(203,115,255); }

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

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

 a { background-color: rgb(203,115,255); }

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

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

 span { border-color: rgb(203,115,255); }

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