#CB7CF9

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

Shades of Heliotrope #CB7CF9

Tints of Heliotrope #CB7CF9

Color information

#CB7CF9 (or 0xCB7CF9) is unknown color: approx Heliotrope. HEX triplet: CB, 7C and F9. RGB value is (203,124,249). Sum of RGB (Red+Green+Blue) = 203+124+249=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CF9 is #348306. Grayscale: #A1A1A1. Windows color (decimal): -3441415 or 16350411. OLE color: 16350411.

HSL color Cylindrical-coordinate representation of color #CB7CF9: hue angle of 277.92º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7CF9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203124249-
CMYK0.180.5000.02
HSL277.92º91.24%73.14%-
HSV(B)277.92º50.2%97.65%-
XYZ48.9433.9593.6-
YUV161.87177.17157.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 124 (48.83% from 255) = 21.53%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=35.24%
G=21.53%
B=43.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031242490.180.5000.02277.9291.2473.14
HexCB7CF91232021165b49
Octal313174371226202426133111
Binary110010111111100111110011001011001001010001011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CF9; }

 p { color: rgb(203,124,249); }

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

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

 a { background-color: rgb(203,124,249); }

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

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

 span { border-color: rgb(203,124,249); }

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