#CB7AFF

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

Shades of Heliotrope #CB7AFF

Tints of Heliotrope #CB7AFF

Color information

#CB7AFF (or 0xCB7AFF) is unknown color: approx Heliotrope. HEX triplet: CB, 7A and FF. RGB value is (203,122,255). Sum of RGB (Red+Green+Blue) = 203+122+255=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AFF is #348500. Grayscale: #A0A0A0. Windows color (decimal): -3441921 or 16743115. OLE color: 16743115.

HSL color Cylindrical-coordinate representation of color #CB7AFF: hue angle of 276.54º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7AFF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203122255-
CMYK0.200.5200
HSL276.54º100%73.92%-
HSV(B)276.54º52.16%100%-
XYZ49.6433.8498.52-
YUV161.38180.84157.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 122 (48.05% from 255) = 21.03%
BLUE value IS 255 (100% from 255) = 43.97%
R=35%
G=21.03%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031222550.200.5200276.5410073.92
HexCB7AFF143400115644a
Octal313172377246400425144112
Binary11001011111101011111111101001101000010001010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AFF; }

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

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

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

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

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

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

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

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