#CB7AE9

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

Shades of Heliotrope #CB7AE9

Tints of Heliotrope #CB7AE9

Color information

#CB7AE9 (or 0xCB7AE9) is unknown color: approx Heliotrope. HEX triplet: CB, 7A and E9. RGB value is (203,122,233). Sum of RGB (Red+Green+Blue) = 203+122+233=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB7AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AE9 is #348516. Grayscale: #9E9E9E. Windows color (decimal): -3441943 or 15301323. OLE color: 15301323.

HSL color Cylindrical-coordinate representation of color #CB7AE9: hue angle of 283.78º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7AE9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203122233-
CMYK0.130.4800.09
HSL283.78º71.61%69.61%-
HSV(B)283.78º47.64%91.37%-
XYZ46.332.580.92-
YUV158.87169.84159.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=36.38%
G=21.86%
B=41.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031222330.130.4800.09283.7871.6169.61
HexCB7AE9D300911c4846
Octal3131723511560011434110106
Binary1100101111110101110100111011100000100110001110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AE9; }

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

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

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

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

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

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

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

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