#CB81F7

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

Shades of Heliotrope #CB81F7

Tints of Heliotrope #CB81F7

Color information

#CB81F7 (or 0xCB81F7) is unknown color: approx Heliotrope. HEX triplet: CB, 81 and F7. RGB value is (203,129,247). Sum of RGB (Red+Green+Blue) = 203+129+247=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81F7 is #347E08. Grayscale: #A4A4A4. Windows color (decimal): -3440137 or 16220619. OLE color: 16220619.

HSL color Cylindrical-coordinate representation of color #CB81F7: hue angle of 277.63º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB81F7 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203129247-
CMYK0.180.4800.03
HSL277.63º88.06%73.73%-
HSV(B)277.63º47.77%96.86%-
XYZ49.2735.1192.18-
YUV164.58174.52155.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 129 (50.78% from 255) = 22.28%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=35.06%
G=22.28%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031292470.180.4800.03277.6388.0673.73
HexCB81F7123003116584a
Octal313201367226003426130112
Binary1100101110000001111101111001011000001110001011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81F7; }

 p { color: rgb(203,129,247); }

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

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

 a { background-color: rgb(203,129,247); }

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

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

 span { border-color: rgb(203,129,247); }

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