#CB8AF8

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

Shades of Heliotrope #CB8AF8

Tints of Heliotrope #CB8AF8

Color information

#CB8AF8 (or 0xCB8AF8) is unknown color: approx Heliotrope. HEX triplet: CB, 8A and F8. RGB value is (203,138,248). Sum of RGB (Red+Green+Blue) = 203+138+248=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB8AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AF8 is #347507. Grayscale: #A9A9A9. Windows color (decimal): -3437832 or 16288459. OLE color: 16288459.

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

Color convert

RGB203138248-
CMYK0.180.4400.03
HSL275.45º88.71%75.69%-
HSV(B)275.45º44.35%97.25%-
XYZ50.6637.6593.4-
YUV169.98172.03151.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 248 (97.27% from 255) = 42.11%
R=34.47%
G=23.43%
B=42.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031382480.180.4400.03275.4588.7175.69
HexCB8AF8122C03113594c
Octal313212370225403423131114
Binary1100101110001010111110001001010110001110001001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AF8; }

 p { color: rgb(203,138,248); }

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

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

 a { background-color: rgb(203,138,248); }

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

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

 span { border-color: rgb(203,138,248); }

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