#CB79FD

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

Shades of Heliotrope #CB79FD

Tints of Heliotrope #CB79FD

Color information

#CB79FD (or 0xCB79FD) is unknown color: approx Heliotrope. HEX triplet: CB, 79 and FD. RGB value is (203,121,253). Sum of RGB (Red+Green+Blue) = 203+121+253=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 121 (47.66% from 255 or 20.97% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB79FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB79FD is #348602. Grayscale: #A0A0A0. Windows color (decimal): -3442179 or 16611787. OLE color: 16611787.

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

Color convert

RGB203121253-
CMYK0.200.5200.01
HSL277.27º97.06%73.33%-
HSV(B)277.27º52.17%99.22%-
XYZ49.233.4696.79-
YUV160.57180.17158.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 121 (47.66% from 255) = 20.97%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=35.18%
G=20.97%
B=43.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031212530.200.5200.01277.2797.0673.33
HexCB79FD1434011156149
Octal313171375246401425141111
Binary11001011111100111111101101001101000110001010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79FD; }

 p { color: rgb(203,121,253); }

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

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

 a { background-color: rgb(203,121,253); }

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

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

 span { border-color: rgb(203,121,253); }

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