Html Css Color HEX #D68EFF Heliotrope

📋 copy color: '#D68EFF'

red 214 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #D68EFF

Tints of Heliotrope #D68EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 35.02%
G = 23.24%
B = 41.73%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D68EFF (or 0xD68EFF) is known color: Heliotrope. HEX triplet: D6, 8E and FF. RGB value is (214,142,255). Sum of RGB (Red+Green+Blue) = 214+142+255=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFF is #297100. Grayscale: #B0B0B0. Windows color (decimal): -2715905 or 16748246. OLE color: 16748246.

HSL color Cylindrical-coordinate representation of color #D68EFF: hue angle of 278.23º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68EFF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 142 255 -
CMYK 0.16 0.44 0 0
HSL 278.23º 1% 0.78% -
HSV(B) 278.23º 0.44% 1% -
XYZ 55.45 40.86 99.57 -
YUV 176.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 214 142 255 0.16 0.44 0 0 278.23 1 0.78
Hex D6 8E FF 10 2C 0 0 116 64 4E
Octal 326 216 377 20 54 0 0 426 144 116
Binary 11010110 10001110 11111111 10000 101100 0 0 100010110 1100100 1001110

Color Harmonies of #D68EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EFF

Black with #D68EFF

Text Example


Text Example

White with #D68EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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