#CB7AEF

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

Shades of Heliotrope #CB7AEF

Tints of Heliotrope #CB7AEF

Color information

#CB7AEF (or 0xCB7AEF) is unknown color: approx Heliotrope. HEX triplet: CB, 7A and EF. RGB value is (203,122,239). Sum of RGB (Red+Green+Blue) = 203+122+239=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB7AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AEF is #348510. Grayscale: #9F9F9F. Windows color (decimal): -3441937 or 15694539. OLE color: 15694539.

HSL color Cylindrical-coordinate representation of color #CB7AEF: hue angle of 281.54º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7AEF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203122239-
CMYK0.150.4900.06
HSL281.54º78.52%70.78%-
HSV(B)281.54º48.95%93.73%-
XYZ47.1732.8585.52-
YUV159.56172.84158.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=35.99%
G=21.63%
B=42.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031222390.150.4900.06281.5478.5270.78
HexCB7AEFF310611a4f47
Octal313172357176106432117107
Binary110010111111010111011111111110001011010001101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AEF; }

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

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

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

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

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

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

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

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