#cb7aec

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

Shades of Heliotrope #CB7AEC

Tints of Heliotrope #CB7AEC

Color information

#CB7AEC (or 0xCB7AEC) is unknown color: approx Heliotrope. HEX triplet: CB, 7A and EC. RGB value is (203,122,236). Sum of RGB (Red+Green+Blue) = 203+122+236=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB7AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AEC is #348513. Grayscale: #9E9E9E. Windows color (decimal): -3441940 or 15497931. OLE color: 15497931.

HSL color Cylindrical-coordinate representation of color #CB7AEC: hue angle of 282.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB7AEC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203122236-
CMYK0.140.4800.07
HSL282.63º75%70.2%-
HSV(B)282.63º48.31%92.55%-
XYZ46.7332.6783.2-
YUV159.21171.34159.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=36.19%
G=21.75%
B=42.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031222360.140.4800.07282.637570.2
HexCB7AECE300711b4b46
Octal313172354166007433113106
Binary110010111111010111011001110110000011110001101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7aec; }

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

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

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

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

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

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

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

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