#D688FA

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

Shades of Heliotrope #D688FA

Tints of Heliotrope #D688FA

Color information

#D688FA (or 0xD688FA) is unknown color: approx Heliotrope. HEX triplet: D6, 88 and FA. RGB value is (214,136,250). Sum of RGB (Red+Green+Blue) = 214+136+250=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D688FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688FA is #297705. Grayscale: #ABABAB. Windows color (decimal): -2717446 or 16419030. OLE color: 16419030.

HSL color Cylindrical-coordinate representation of color #D688FA: hue angle of 281.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D688FA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214136250-
CMYK0.140.4600.02
HSL281.05º91.94%75.69%-
HSV(B)281.05º45.6%98.04%-
XYZ53.7938.8195.1-
YUV172.32171.84157.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 22.67%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=35.67%
G=22.67%
B=41.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141362500.140.4600.02281.0591.9475.69
HexD688FAE2E021195c4c
Octal326210372165602431134114
Binary110101101000100011111010111010111001010001100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688FA; }

 p { color: rgb(214,136,250); }

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

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

 a { background-color: rgb(214,136,250); }

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

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

 span { border-color: rgb(214,136,250); }

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