#CF8BF7

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

Shades of Heliotrope #CF8BF7

Tints of Heliotrope #CF8BF7

Color information

#CF8BF7 (or 0xCF8BF7) is unknown color: approx Heliotrope. HEX triplet: CF, 8B and F7. RGB value is (207,139,247). Sum of RGB (Red+Green+Blue) = 207+139+247=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF8BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BF7 is #307408. Grayscale: #ABABAB. Windows color (decimal): -3175433 or 16223183. OLE color: 16223183.

HSL color Cylindrical-coordinate representation of color #CF8BF7: hue angle of 277.78º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8BF7 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207139247-
CMYK0.160.4400.03
HSL277.78º87.1%75.69%-
HSV(B)277.78º43.72%96.86%-
XYZ51.7538.4592.69-
YUV171.64170.53153.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 139 (54.69% from 255) = 23.44%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=34.91%
G=23.44%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071392470.160.4400.03277.7887.175.69
HexCF8BF7102C03116574c
Octal317213367205403426127114
Binary1100111110001011111101111000010110001110001011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BF7; }

 p { color: rgb(207,139,247); }

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

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

 a { background-color: rgb(207,139,247); }

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

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

 span { border-color: rgb(207,139,247); }

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