#CB56FA

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

Shades of Heliotrope #CB56FA

Tints of Heliotrope #CB56FA

Color information

#CB56FA (or 0xCB56FA) is unknown color: approx Heliotrope. HEX triplet: CB, 56 and FA. RGB value is (203,86,250). Sum of RGB (Red+Green+Blue) = 203+86+250=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56FA is #34A905. Grayscale: #8B8B8B. Windows color (decimal): -3451142 or 16406219. OLE color: 16406219.

HSL color Cylindrical-coordinate representation of color #CB56FA: hue angle of 282.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB56FA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20386250-
CMYK0.190.6600.02
HSL282.8º94.25%65.88%-
HSV(B)282.8º65.6%98.04%-
XYZ45.2126.2593.13-
YUV139.68190.26173.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 86 (33.98% from 255) = 15.96%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=37.66%
G=15.96%
B=46.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal203862500.190.6600.02282.894.2565.88
HexCB56FA13420211b5e42
Octal3131263722310202433136102
Binary1100101110101101111101010011100001001010001101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56FA; }

 p { color: rgb(203,86,250); }

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

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

 a { background-color: rgb(203,86,250); }

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

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

 span { border-color: rgb(203,86,250); }

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