#D68BFE

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

Shades of Heliotrope #D68BFE

Tints of Heliotrope #D68BFE

Color information

#D68BFE (or 0xD68BFE) is unknown color: approx Heliotrope. HEX triplet: D6, 8B and FE. RGB value is (214,139,254). Sum of RGB (Red+Green+Blue) = 214+139+254=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BFE is #297401. Grayscale: #AEAEAE. Windows color (decimal): -2716674 or 16681942. OLE color: 16681942.

HSL color Cylindrical-coordinate representation of color #D68BFE: hue angle of 279.13º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68BFE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214139254-
CMYK0.160.4500.00
HSL279.13º98.29%77.06%-
HSV(B)279.13º45.28%99.61%-
XYZ54.8539.9298.58-
YUV174.53172.85156.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 139 (54.69% from 255) = 22.90%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=35.26%
G=22.90%
B=41.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141392540.160.4500.00279.1398.2977.06
HexD68BFE102D00117624d
Octal326213376205500427142115
Binary110101101000101111111110100001011010010001011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68BFE; }

 p { color: rgb(214,139,254); }

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

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

 a { background-color: rgb(214,139,254); }

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

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

 span { border-color: rgb(214,139,254); }

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