#CF80F8

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

Shades of Heliotrope #CF80F8

Tints of Heliotrope #CF80F8

Color information

#CF80F8 (or 0xCF80F8) is unknown color: approx Heliotrope. HEX triplet: CF, 80 and F8. RGB value is (207,128,248). Sum of RGB (Red+Green+Blue) = 207+128+248=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80F8 is #307F07. Grayscale: #A4A4A4. Windows color (decimal): -3178248 or 16285903. OLE color: 16285903.

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

Color convert

RGB207128248-
CMYK0.170.4800.03
HSL279.5º89.55%73.73%-
HSV(B)279.5º48.39%97.25%-
XYZ50.3935.4893-
YUV165.3174.67157.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 128 (50.39% from 255) = 21.96%
BLUE value IS 248 (97.27% from 255) = 42.54%
R=35.51%
G=21.96%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071282480.170.4800.03279.589.5573.73
HexCF80F81130031185a4a
Octal317200370216003430132112
Binary1100111110000000111110001000111000001110001100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80F8; }

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

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

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

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

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

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

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

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