#CE7FF9

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

Shades of Heliotrope #CE7FF9

Tints of Heliotrope #CE7FF9

Color information

#CE7FF9 (or 0xCE7FF9) is unknown color: approx Heliotrope. HEX triplet: CE, 7F and F9. RGB value is (206,127,249). Sum of RGB (Red+Green+Blue) = 206+127+249=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE7FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FF9 is #318006. Grayscale: #A4A4A4. Windows color (decimal): -3244039 or 16351182. OLE color: 16351182.

HSL color Cylindrical-coordinate representation of color #CE7FF9: hue angle of 278.85º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7FF9 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206127249-
CMYK0.170.4900.02
HSL278.85º91.04%73.73%-
HSV(B)278.85º49%97.65%-
XYZ50.1435.1493.76-
YUV164.53175.67157.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 127 (50% from 255) = 21.82%
BLUE value IS 249 (97.66% from 255) = 42.78%
R=35.40%
G=21.82%
B=42.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061272490.170.4900.02278.8591.0473.73
HexCE7FF91131021175b4a
Octal316177371216102427133112
Binary110011101111111111110011000111000101010001011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FF9; }

 p { color: rgb(206,127,249); }

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

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

 a { background-color: rgb(206,127,249); }

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

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

 span { border-color: rgb(206,127,249); }

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