#C069FC

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

Shades of Heliotrope #C069FC

Tints of Heliotrope #C069FC

Color information

#C069FC (or 0xC069FC) is unknown color: approx Heliotrope. HEX triplet: C0, 69 and FC. RGB value is (192,105,252). Sum of RGB (Red+Green+Blue) = 192+105+252=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #C069FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069FC is #3F9603. Grayscale: #939393. Windows color (decimal): -4167172 or 16542144. OLE color: 16542144.

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

Color convert

RGB192105252-
CMYK0.240.5800.01
HSL275.51º96.08%70%-
HSV(B)275.51º58.33%98.82%-
XYZ44.3628.3495.23-
YUV147.77186.82159.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=34.97%
G=19.13%
B=45.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921052520.240.5800.01275.5196.0870
HexC069FC183A011146046
Octal300151374307201424140106
Binary11000000110100111111100110001110100110001010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069FC; }

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

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

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

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

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

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

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

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