#CB8AFA

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

Shades of Heliotrope #CB8AFA

Tints of Heliotrope #CB8AFA

Color information

#CB8AFA (or 0xCB8AFA) is unknown color: approx Heliotrope. HEX triplet: CB, 8A and FA. RGB value is (203,138,250). Sum of RGB (Red+Green+Blue) = 203+138+250=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB8AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AFA is #347505. Grayscale: #A9A9A9. Windows color (decimal): -3437830 or 16419531. OLE color: 16419531.

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

Color convert

RGB203138250-
CMYK0.190.4500.02
HSL274.82º91.8%76.08%-
HSV(B)274.82º44.8%98.04%-
XYZ50.9737.7895.05-
YUV170.2173.03151.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=34.35%
G=23.35%
B=42.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031382500.190.4500.02274.8291.876.08
HexCB8AFA132D021135c4c
Octal313212372235502423134114
Binary1100101110001010111110101001110110101010001001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AFA; }

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

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

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

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

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

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

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

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