Html Css Color HEX #D68EF9 Heliotrope

📋 copy color: '#D68EF9'

red 214 ◦ green 142 ◦ blue 249

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

Shades of Heliotrope #D68EF9

Tints of Heliotrope #D68EF9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.47%

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 35.37%
G = 23.47%
B = 41.16%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68EF9 (or 0xD68EF9) is known color: Heliotrope. HEX triplet: D6, 8E and F9. RGB value is (214,142,249). Sum of RGB (Red+Green+Blue) = 214+142+249=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #D68EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EF9 is #297106. Grayscale: #AFAFAF. Windows color (decimal): -2715911 or 16355030. OLE color: 16355030.

HSL color Cylindrical-coordinate representation of color #D68EF9: hue angle of 280.37º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68EF9 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 142 249 -
CMYK 0.14 0.43 0 0.02
HSL 280.37º 0.9% 0.77% -
HSV(B) 280.37º 0.43% 0.98% -
XYZ 54.5 40.48 94.56 -
YUV 175.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 214 142 249 0.14 0.43 0 0.02 280.37 0.9 0.77
Hex D6 8E F9 E 2B 0 2 118 5A 4D
Octal 326 216 371 16 53 0 2 430 132 115
Binary 11010110 10001110 11111001 1110 101011 0 10 100011000 1011010 1001101

Color Harmonies of #D68EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EF9

Black with #D68EF9

Text Example


Text Example

White with #D68EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EF9; }

 p { color: rgb(214,142,249); }

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

background-color css

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

 a { background-color: rgb(214,142,249); }

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

border-color css

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

 span { border-color: rgb(214,142,249); }

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