#C669FC

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

Shades of Heliotrope #C669FC

Tints of Heliotrope #C669FC

Color information

#C669FC (or 0xC669FC) is unknown color: approx Heliotrope. HEX triplet: C6, 69 and FC. RGB value is (198,105,252). Sum of RGB (Red+Green+Blue) = 198+105+252=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #C669FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669FC is #399603. Grayscale: #959595. Windows color (decimal): -3773956 or 16542150. OLE color: 16542150.

HSL color Cylindrical-coordinate representation of color #C669FC: hue angle of 277.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C669FC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198105252-
CMYK0.210.5800.01
HSL277.96º96.08%70%-
HSV(B)277.96º58.33%98.82%-
XYZ45.9129.1495.3-
YUV149.56185.81162.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=35.68%
G=18.92%
B=45.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981052520.210.5800.01277.9696.0870
HexC669FC153A011166046
Octal306151374257201426140106
Binary11000110110100111111100101011110100110001011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669FC; }

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

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

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

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

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

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

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

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