#CF7EF8

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

Shades of Heliotrope #CF7EF8

Tints of Heliotrope #CF7EF8

Color information

#CF7EF8 (or 0xCF7EF8) is unknown color: approx Heliotrope. HEX triplet: CF, 7E and F8. RGB value is (207,126,248). Sum of RGB (Red+Green+Blue) = 207+126+248=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF7EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EF8 is #308107. Grayscale: #A3A3A3. Windows color (decimal): -3178760 or 16285391. OLE color: 16285391.

HSL color Cylindrical-coordinate representation of color #CF7EF8: hue angle of 279.84º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7EF8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207126248-
CMYK0.170.4900.03
HSL279.84º89.71%73.33%-
HSV(B)279.84º49.19%97.25%-
XYZ50.1434.9692.91-
YUV164.13175.34158.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=35.63%
G=21.69%
B=42.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071262480.170.4900.03279.8489.7173.33
HexCF7EF81131031185a49
Octal317176370216103430132111
Binary110011111111110111110001000111000101110001100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EF8; }

 p { color: rgb(207,126,248); }

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

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

 a { background-color: rgb(207,126,248); }

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

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

 span { border-color: rgb(207,126,248); }

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