#D68BEE

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

Shades of Heliotrope #D68BEE

Tints of Heliotrope #D68BEE

Color information

#D68BEE (or 0xD68BEE) is unknown color: approx Heliotrope. HEX triplet: D6, 8B and EE. RGB value is (214,139,238). Sum of RGB (Red+Green+Blue) = 214+139+238=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68BEE is #297411. Grayscale: #ACACAC. Windows color (decimal): -2716690 or 15633366. OLE color: 15633366.

HSL color Cylindrical-coordinate representation of color #D68BEE: hue angle of 285.45º degrees, saturation: 0.74, 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 #D68BEE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214139238-
CMYK0.100.4200.07
HSL285.45º74.44%73.92%-
HSV(B)285.45º41.6%93.33%-
XYZ52.438.9385.64-
YUV172.71164.85157.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=36.21%
G=23.52%
B=40.27%

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
Decimal2141392380.100.4200.07285.4574.4473.92
HexD68BEEA2A0711d4a4a
Octal326213356125207435112112
Binary1101011010001011111011101010101010011110001110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68BEE; }

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

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

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

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

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

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

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

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