#D668FC

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

Shades of Heliotrope #D668FC

Tints of Heliotrope #D668FC

Color information

#D668FC (or 0xD668FC) is unknown color: approx Heliotrope. HEX triplet: D6, 68 and FC. RGB value is (214,104,252). Sum of RGB (Red+Green+Blue) = 214+104+252=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #D668FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668FC is #299703. Grayscale: #999999. Windows color (decimal): -2725636 or 16541910. OLE color: 16541910.

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

Color convert

RGB214104252-
CMYK0.150.5900.01
HSL284.59º96.1%69.8%-
HSV(B)284.59º58.73%98.82%-
XYZ50.2531.2395.47-
YUV153.76183.44170.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 104 (41.02% from 255) = 18.25%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=37.54%
G=18.25%
B=44.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141042520.150.5900.01284.5996.169.8
HexD668FCF3B0111d6046
Octal326150374177301435140106
Binary1101011011010001111110011111110110110001110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D668FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D668FC; }

 p { color: rgb(214,104,252); }

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

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

 a { background-color: rgb(214,104,252); }

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

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

 span { border-color: rgb(214,104,252); }

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