#CF69FA

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

Shades of Heliotrope #CF69FA

Tints of Heliotrope #CF69FA

Color information

#CF69FA (or 0xCF69FA) is unknown color: approx Heliotrope. HEX triplet: CF, 69 and FA. RGB value is (207,105,250). Sum of RGB (Red+Green+Blue) = 207+105+250=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 105 (41.41% from 255 or 18.68% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69FA is #309605. Grayscale: #979797. Windows color (decimal): -3184134 or 16411087. OLE color: 16411087.

HSL color Cylindrical-coordinate representation of color #CF69FA: hue angle of 282.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF69FA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207105250-
CMYK0.170.5800.02
HSL282.21º93.55%69.61%-
HSV(B)282.21º58%98.04%-
XYZ48.0430.2793.75-
YUV152.03183.29167.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 105 (41.41% from 255) = 18.68%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=36.83%
G=18.68%
B=44.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071052500.170.5800.02282.2193.5569.61
HexCF69FA113A0211a5e46
Octal317151372217202432136106
Binary110011111101001111110101000111101001010001101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69FA; }

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

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

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

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

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

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

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

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