#CB77F3

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

Shades of Heliotrope #CB77F3

Tints of Heliotrope #CB77F3

Color information

#CB77F3 (or 0xCB77F3) is unknown color: approx Heliotrope. HEX triplet: CB, 77 and F3. RGB value is (203,119,243). Sum of RGB (Red+Green+Blue) = 203+119+243=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77F3 is #34880C. Grayscale: #9D9D9D. Windows color (decimal): -3442701 or 15955915. OLE color: 15955915.

HSL color Cylindrical-coordinate representation of color #CB77F3: hue angle of 280.65º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB77F3 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203119243-
CMYK0.160.5100.05
HSL280.65º83.78%70.98%-
HSV(B)280.65º51.03%95.29%-
XYZ47.432.3688.54-
YUV158.25175.83159.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=35.93%
G=21.06%
B=43.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031192430.160.5100.05280.6583.7870.98
HexCB77F31033051195447
Octal313167363206305431124107
Binary1100101111101111111001110000110011010110001100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77F3; }

 p { color: rgb(203,119,243); }

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

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

 a { background-color: rgb(203,119,243); }

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

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

 span { border-color: rgb(203,119,243); }

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