#CB77FC

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

Shades of Heliotrope #CB77FC

Tints of Heliotrope #CB77FC

Color information

#CB77FC (or 0xCB77FC) is unknown color: approx Heliotrope. HEX triplet: CB, 77 and FC. RGB value is (203,119,252). Sum of RGB (Red+Green+Blue) = 203+119+252=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB77FC is #348803. Grayscale: #9E9E9E. Windows color (decimal): -3442692 or 16545739. OLE color: 16545739.

HSL color Cylindrical-coordinate representation of color #CB77FC: hue angle of 277.89º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB77FC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203119252-
CMYK0.190.5300.01
HSL277.89º95.68%72.75%-
HSV(B)277.89º52.78%98.82%-
XYZ48.832.9295.88-
YUV159.28180.33159.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 119 (46.88% from 255) = 20.73%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=35.37%
G=20.73%
B=43.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031192520.190.5300.01277.8995.6872.75
HexCB77FC1335011166049
Octal313167374236501426140111
Binary11001011111011111111100100111101010110001011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77FC; }

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

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

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

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

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

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

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

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