#CB73E8

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

Shades of Heliotrope #CB73E8

Tints of Heliotrope #CB73E8

Color information

#CB73E8 (or 0xCB73E8) is unknown color: approx Heliotrope. HEX triplet: CB, 73 and E8. RGB value is (203,115,232). Sum of RGB (Red+Green+Blue) = 203+115+232=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB73E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB73E8 is #348C17. Grayscale: #9A9A9A. Windows color (decimal): -3443736 or 15233995. OLE color: 15233995.

HSL color Cylindrical-coordinate representation of color #CB73E8: hue angle of 285.13º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB73E8 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203115232-
CMYK0.120.5000.09
HSL285.13º71.78%68.04%-
HSV(B)285.13º50.43%90.98%-
XYZ45.3230.7879.9-
YUV154.65171.65162.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 115 (45.31% from 255) = 20.91%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=36.91%
G=20.91%
B=42.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031152320.120.5000.09285.1371.7868.04
HexCB73E8C320911d4844
Octal3131633501462011435110104
Binary1100101111100111110100011001100100100110001110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB73E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB73E8; }

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

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

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

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

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

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

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

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