#D68AED

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

Shades of Heliotrope #D68AED

Tints of Heliotrope #D68AED

Color information

#D68AED (or 0xD68AED) is unknown color: approx Heliotrope. HEX triplet: D6, 8A and ED. RGB value is (214,138,237). Sum of RGB (Red+Green+Blue) = 214+138+237=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D68AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AED is #297512. Grayscale: #ABABAB. Windows color (decimal): -2716947 or 15567574. OLE color: 15567574.

HSL color Cylindrical-coordinate representation of color #D68AED: hue angle of 286.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68AED is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214138237-
CMYK0.100.4200.07
HSL286.06º73.33%73.53%-
HSV(B)286.06º41.77%92.94%-
XYZ52.1138.5984.82-
YUV172.01164.68157.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=36.33%
G=23.43%
B=40.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141382370.100.4200.07286.0673.3373.53
HexD68AEDA2A0711e494a
Octal326212355125207436111112
Binary1101011010001010111011011010101010011110001111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AED; }

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

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

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

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

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

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

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

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