#cb73f5

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

Shades of Heliotrope #CB73F5

Tints of Heliotrope #CB73F5

Color information

#CB73F5 (or 0xCB73F5) is unknown color: approx Heliotrope. HEX triplet: CB, 73 and F5. RGB value is (203,115,245). Sum of RGB (Red+Green+Blue) = 203+115+245=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB73F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73F5 is #348C0A. Grayscale: #9B9B9B. Windows color (decimal): -3443723 or 16085963. OLE color: 16085963.

HSL color Cylindrical-coordinate representation of color #CB73F5: hue angle of 280.62º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB73F5 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203115245-
CMYK0.170.5300.04
HSL280.62º86.67%70.59%-
HSV(B)280.62º53.06%96.08%-
XYZ47.2431.5589.99-
YUV156.13178.15161.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=36.06%
G=20.43%
B=43.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031152450.170.5300.04280.6286.6770.59
HexCB73F51135041195747
Octal313163365216504431127107
Binary1100101111100111111010110001110101010010001100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb73f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb73f5; }

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

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

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

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

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

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

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

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