#cb7af6

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

Shades of Heliotrope #CB7AF6

Tints of Heliotrope #CB7AF6

Color information

#CB7AF6 (or 0xCB7AF6) is unknown color: approx Heliotrope. HEX triplet: CB, 7A and F6. RGB value is (203,122,246). Sum of RGB (Red+Green+Blue) = 203+122+246=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AF6 is #348509. Grayscale: #9F9F9F. Windows color (decimal): -3441930 or 16153291. OLE color: 16153291.

HSL color Cylindrical-coordinate representation of color #CB7AF6: hue angle of 279.19º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7AF6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203122246-
CMYK0.170.5000.04
HSL279.19º87.32%72.16%-
HSV(B)279.19º50.41%96.47%-
XYZ48.2233.2791.07-
YUV160.35176.34158.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 122 (48.05% from 255) = 21.37%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=35.55%
G=21.37%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031222460.170.5000.04279.1987.3272.16
HexCB7AF61132041175748
Octal313172366216204427127110
Binary1100101111110101111011010001110010010010001011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7af6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7af6; }

 p { color: rgb(203,122,246); }

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

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

 a { background-color: rgb(203,122,246); }

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

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

 span { border-color: rgb(203,122,246); }

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