#CF61F8

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

Shades of Heliotrope #CF61F8

Tints of Heliotrope #CF61F8

Color information

#CF61F8 (or 0xCF61F8) is unknown color: approx Heliotrope. HEX triplet: CF, 61 and F8. RGB value is (207,97,248). Sum of RGB (Red+Green+Blue) = 207+97+248=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF61F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF61F8 is #309E07. Grayscale: #929292. Windows color (decimal): -3186184 or 16277967. OLE color: 16277967.

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

Color convert

RGB20797248-
CMYK0.170.6100.03
HSL283.71º91.52%67.65%-
HSV(B)283.71º60.89%97.25%-
XYZ46.9528.5991.85-
YUV147.1184.94170.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 17.57%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=37.5%
G=17.57%
B=44.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207972480.170.6100.03283.7191.5267.65
HexCF61F8113D0311c5c44
Octal317141370217503434134104
Binary110011111100001111110001000111110101110001110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61F8; }

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

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

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

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

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

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

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

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