#CF84F8

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

Shades of Heliotrope #CF84F8

Tints of Heliotrope #CF84F8

Color information

#CF84F8 (or 0xCF84F8) is unknown color: approx Heliotrope. HEX triplet: CF, 84 and F8. RGB value is (207,132,248). Sum of RGB (Red+Green+Blue) = 207+132+248=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF84F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF84F8 is #307B07. Grayscale: #A7A7A7. Windows color (decimal): -3177224 or 16286927. OLE color: 16286927.

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

Color convert

RGB207132248-
CMYK0.170.4700.03
HSL278.79º89.23%74.51%-
HSV(B)278.79º46.77%97.25%-
XYZ50.9336.5593.18-
YUV167.65173.35156.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.26%
GREEN value IS 132 (51.95% from 255) = 22.49%
BLUE value IS 248 (97.27% from 255) = 42.25%
R=35.26%
G=22.49%
B=42.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071322480.170.4700.03278.7989.2374.51
HexCF84F8112F03117594b
Octal317204370215703427131113
Binary1100111110000100111110001000110111101110001011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84F8; }

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

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

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

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

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

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

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

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