#D069FC

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

Shades of Heliotrope #D069FC

Tints of Heliotrope #D069FC

Color information

#D069FC (or 0xD069FC) is unknown color: approx Heliotrope. HEX triplet: D0, 69 and FC. RGB value is (208,105,252). Sum of RGB (Red+Green+Blue) = 208+105+252=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D069FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FC is #2F9603. Grayscale: #989898. Windows color (decimal): -3118596 or 16542160. OLE color: 16542160.

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

Color convert

RGB208105252-
CMYK0.170.5800.01
HSL282.04º96.08%70%-
HSV(B)282.04º58.33%98.82%-
XYZ48.6330.5495.43-
YUV152.56184.12167.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=36.81%
G=18.58%
B=44.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081052520.170.5800.01282.0496.0870
HexD069FC113A0111a6046
Octal320151374217201432140106
Binary11010000110100111111100100011110100110001101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069FC; }

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

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

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

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

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

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

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

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