#C669FA

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

Shades of Heliotrope #C669FA

Tints of Heliotrope #C669FA

Color information

#C669FA (or 0xC669FA) is unknown color: approx Heliotrope. HEX triplet: C6, 69 and FA. RGB value is (198,105,250). Sum of RGB (Red+Green+Blue) = 198+105+250=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C669FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669FA is #399605. Grayscale: #949494. Windows color (decimal): -3773958 or 16411078. OLE color: 16411078.

HSL color Cylindrical-coordinate representation of color #C669FA: hue angle of 278.48º 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 #C669FA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198105250-
CMYK0.210.5800.02
HSL278.48º93.55%69.61%-
HSV(B)278.48º58%98.04%-
XYZ45.629.0193.64-
YUV149.34184.81162.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=35.80%
G=18.99%
B=45.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981052500.210.5800.02278.4893.5569.61
HexC669FA153A021165e46
Octal306151372257202426136106
Binary110001101101001111110101010111101001010001011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669FA; }

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

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

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

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

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

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

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

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