#CF71F2

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

Shades of Heliotrope #CF71F2

Tints of Heliotrope #CF71F2

Color information

#CF71F2 (or 0xCF71F2) is unknown color: approx Heliotrope. HEX triplet: CF, 71 and F2. RGB value is (207,113,242). Sum of RGB (Red+Green+Blue) = 207+113+242=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF71F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF71F2 is #308E0D. Grayscale: #9B9B9B. Windows color (decimal): -3182094 or 15888847. OLE color: 15888847.

HSL color Cylindrical-coordinate representation of color #CF71F2: hue angle of 283.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF71F2 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207113242-
CMYK0.140.5300.05
HSL283.72º83.23%69.61%-
HSV(B)283.72º53.31%94.9%-
XYZ47.6631.4987.57-
YUV155.81176.64164.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 113 (44.53% from 255) = 20.11%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=36.83%
G=20.11%
B=43.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071132420.140.5300.05283.7283.2369.61
HexCF71F2E350511c5346
Octal317161362166505434123106
Binary110011111110001111100101110110101010110001110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF71F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF71F2; }

 p { color: rgb(207,113,242); }

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

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

 a { background-color: rgb(207,113,242); }

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

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

 span { border-color: rgb(207,113,242); }

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