#D68AF1

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

Shades of Heliotrope #D68AF1

Tints of Heliotrope #D68AF1

Color information

#D68AF1 (or 0xD68AF1) is unknown color: approx Heliotrope. HEX triplet: D6, 8A and F1. RGB value is (214,138,241). Sum of RGB (Red+Green+Blue) = 214+138+241=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D68AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AF1 is #29750E. Grayscale: #ACACAC. Windows color (decimal): -2716943 or 15829718. OLE color: 15829718.

HSL color Cylindrical-coordinate representation of color #D68AF1: hue angle of 284.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68AF1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214138241-
CMYK0.110.4300.05
HSL284.27º78.63%74.31%-
HSV(B)284.27º42.74%94.51%-
XYZ52.738.8287.94-
YUV172.47166.68157.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=36.09%
G=23.27%
B=40.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141382410.110.4300.05284.2778.6374.31
HexD68AF1B2B0511c4f4a
Octal326212361135305434117112
Binary1101011010001010111100011011101011010110001110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AF1; }

 p { color: rgb(214,138,241); }

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

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

 a { background-color: rgb(214,138,241); }

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

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

 span { border-color: rgb(214,138,241); }

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