Html Css Color HEX #D68EFD Heliotrope

📋 copy color: '#D68EFD'

red 214 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #D68EFD

Tints of Heliotrope #D68EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 35.14%
G = 23.32%
B = 41.54%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D68EFD (or 0xD68EFD) is known color: Heliotrope. HEX triplet: D6, 8E and FD. RGB value is (214,142,253). Sum of RGB (Red+Green+Blue) = 214+142+253=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D68EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFD is #297102. Grayscale: #AFAFAF. Windows color (decimal): -2715907 or 16617174. OLE color: 16617174.

HSL color Cylindrical-coordinate representation of color #D68EFD: hue angle of 278.92º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68EFD is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 142 253 -
CMYK 0.15 0.44 0 0.01
HSL 278.92º 0.97% 0.77% -
HSV(B) 278.92º 0.44% 0.99% -
XYZ 55.13 40.73 97.89 -
YUV 176.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 214 142 253 0.15 0.44 0 0.01 278.92 0.97 0.77
Hex D6 8E FD F 2C 0 1 117 61 4D
Octal 326 216 375 17 54 0 1 427 141 115
Binary 11010110 10001110 11111101 1111 101100 0 1 100010111 1100001 1001101

Color Harmonies of #D68EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EFD

Black with #D68EFD

Text Example


Text Example

White with #D68EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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