#CF7EEF

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

Shades of Heliotrope #CF7EEF

Tints of Heliotrope #CF7EEF

Color information

#CF7EEF (or 0xCF7EEF) is unknown color: approx Heliotrope. HEX triplet: CF, 7E and EF. RGB value is (207,126,239). Sum of RGB (Red+Green+Blue) = 207+126+239=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EEF is #308110. Grayscale: #A2A2A2. Windows color (decimal): -3178769 or 15695567. OLE color: 15695567.

HSL color Cylindrical-coordinate representation of color #CF7EEF: hue angle of 283.01º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7EEF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207126239-
CMYK0.130.4700.06
HSL283.01º77.93%71.57%-
HSV(B)283.01º47.28%93.73%-
XYZ48.7734.4285.73-
YUV163.1170.84159.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 126 (49.61% from 255) = 22.03%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=36.19%
G=22.03%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071262390.130.4700.06283.0177.9371.57
HexCF7EEFD2F0611b4e48
Octal317176357155706433116110
Binary110011111111110111011111101101111011010001101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EEF; }

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

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

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

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

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

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

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

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