Html Css Color HEX #D68AEE Heliotrope

📋 copy color: '#D68AEE'

red 214 ◦ green 138 ◦ blue 238

#D68AEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D68AEE

Tints of Heliotrope #D68AEE

RGB

 RED value IS 214 (83.98% from 255) = 36.27%

 GREEN value IS 138 (54.3% from 255) = 23.39%

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 36.27%
G = 23.39%
B = 40.34%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D68AEE (or 0xD68AEE) is known color: Heliotrope. HEX triplet: D6, 8A and EE. RGB value is (214,138,238). Sum of RGB (Red+Green+Blue) = 214+138+238=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #D68AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AEE is #297511. Grayscale: #ABABAB. Windows color (decimal): -2716946 or 15633110. OLE color: 15633110.

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

Color convert

RGB 214 138 238 -
CMYK 0.10 0.42 0 0.07
HSL 285.6º 0.75% 0.74% -
HSV(B) 285.6º 0.42% 0.93% -
XYZ 52.25 38.65 85.59 -
YUV 172.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 214 138 238 0.10 0.42 0 0.07 285.6 0.75 0.74
Hex D6 8A EE A 2A 0 7 11E 4B 4A
Octal 326 212 356 12 52 0 7 436 113 112
Binary 11010110 10001010 11101110 1010 101010 0 111 100011110 1001011 1001010

Color Harmonies of #D68AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AEE

Black with #D68AEE

Text Example


Text Example

White with #D68AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AEE; }

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

 H1.HeaderClassName
 {
   color: #D68AEE;
 }
 .AnyTagClassName
 {
   color: #D68AEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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