#CF5BF7

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

Shades of Heliotrope #CF5BF7

Tints of Heliotrope #CF5BF7

Color information

#CF5BF7 (or 0xCF5BF7) is unknown color: approx Heliotrope. HEX triplet: CF, 5B and F7. RGB value is (207,91,247). Sum of RGB (Red+Green+Blue) = 207+91+247=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF5BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5BF7 is #30A408. Grayscale: #8E8E8E. Windows color (decimal): -3187721 or 16210895. OLE color: 16210895.

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

Color convert

RGB20791247-
CMYK0.160.6300.03
HSL284.62º90.7%66.27%-
HSV(B)284.62º63.16%96.86%-
XYZ46.2627.4690.86-
YUV143.47186.43173.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 91 (35.94% from 255) = 16.70%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=37.98%
G=16.70%
B=45.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207912470.160.6300.03284.6290.766.27
HexCF5BF7103F0311d5b42
Octal317133367207703435133102
Binary110011111011011111101111000011111101110001110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5BF7; }

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

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

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

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

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

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

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

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