#CB7DF9

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

Shades of Heliotrope #CB7DF9

Tints of Heliotrope #CB7DF9

Color information

#CB7DF9 (or 0xCB7DF9) is unknown color: approx Heliotrope. HEX triplet: CB, 7D and F9. RGB value is (203,125,249). Sum of RGB (Red+Green+Blue) = 203+125+249=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DF9 is #348206. Grayscale: #A2A2A2. Windows color (decimal): -3441159 or 16350667. OLE color: 16350667.

HSL color Cylindrical-coordinate representation of color #CB7DF9: hue angle of 277.74º 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 #CB7DF9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203125249-
CMYK0.180.5000.02
HSL277.74º91.18%73.33%-
HSV(B)277.74º49.8%97.65%-
XYZ49.0634.293.64-
YUV162.46176.84156.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 125 (49.22% from 255) = 21.66%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=35.18%
G=21.66%
B=43.15%

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
Decimal2031252490.180.5000.02277.7491.1873.33
HexCB7DF91232021165b49
Octal313175371226202426133111
Binary110010111111101111110011001011001001010001011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DF9; }

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

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

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

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

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

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

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

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