#CF69F4

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

Shades of Heliotrope #CF69F4

Tints of Heliotrope #CF69F4

Color information

#CF69F4 (or 0xCF69F4) is unknown color: approx Heliotrope. HEX triplet: CF, 69 and F4. RGB value is (207,105,244). Sum of RGB (Red+Green+Blue) = 207+105+244=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF69F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69F4 is #30960B. Grayscale: #969696. Windows color (decimal): -3184140 or 16017871. OLE color: 16017871.

HSL color Cylindrical-coordinate representation of color #CF69F4: hue angle of 284.03º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF69F4 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207105244-
CMYK0.150.5700.04
HSL284.03º86.34%68.43%-
HSV(B)284.03º56.97%95.69%-
XYZ47.1129.988.88-
YUV151.34180.29167.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 105 (41.41% from 255) = 18.88%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=37.23%
G=18.88%
B=43.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071052440.150.5700.04284.0386.3468.43
HexCF69F4F390411c5644
Octal317151364177104434126104
Binary110011111101001111101001111111001010010001110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69F4; }

 p { color: rgb(207,105,244); }

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

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

 a { background-color: rgb(207,105,244); }

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

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

 span { border-color: rgb(207,105,244); }

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