#CB80F3

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

Shades of Heliotrope #CB80F3

Tints of Heliotrope #CB80F3

Color information

#CB80F3 (or 0xCB80F3) is unknown color: approx Heliotrope. HEX triplet: CB, 80 and F3. RGB value is (203,128,243). Sum of RGB (Red+Green+Blue) = 203+128+243=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB80F3 is #347F0C. Grayscale: #A3A3A3. Windows color (decimal): -3440397 or 15958219. OLE color: 15958219.

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

Color convert

RGB203128243-
CMYK0.160.4700.05
HSL279.13º82.73%72.75%-
HSV(B)279.13º47.33%95.29%-
XYZ48.5334.6188.92-
YUV163.54172.85156.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=35.37%
G=22.30%
B=42.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031282430.160.4700.05279.1382.7372.75
HexCB80F3102F051175349
Octal313200363205705427123111
Binary11001011100000001111001110000101111010110001011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80F3; }

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

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

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

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

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

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

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

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