#CF7EEE

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

Shades of Heliotrope #CF7EEE

Tints of Heliotrope #CF7EEE

Color information

#CF7EEE (or 0xCF7EEE) is unknown color: approx Heliotrope. HEX triplet: CF, 7E and EE. RGB value is (207,126,238). Sum of RGB (Red+Green+Blue) = 207+126+238=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EEE is #308111. Grayscale: #A2A2A2. Windows color (decimal): -3178770 or 15630031. OLE color: 15630031.

HSL color Cylindrical-coordinate representation of color #CF7EEE: hue angle of 283.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7EEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207126238-
CMYK0.130.4700.07
HSL283.39º76.71%71.37%-
HSV(B)283.39º47.06%93.33%-
XYZ48.6334.3684.96-
YUV162.99170.34159.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=36.25%
G=22.07%
B=41.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071262380.130.4700.07283.3976.7171.37
HexCF7EEED2F0711b4d47
Octal317176356155707433115107
Binary110011111111110111011101101101111011110001101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EEE; }

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

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

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

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

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

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

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

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