Html Css Color HEX #D68EFB Heliotrope

📋 copy color: '#D68EFB'

red 214 ◦ green 142 ◦ blue 251

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

Shades of Heliotrope #D68EFB

Tints of Heliotrope #D68EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 35.26%
G = 23.39%
B = 41.35%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D68EFB (or 0xD68EFB) is known color: Heliotrope. HEX triplet: D6, 8E and FB. RGB value is (214,142,251). Sum of RGB (Red+Green+Blue) = 214+142+251=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68EFB is #297104. Grayscale: #AFAFAF. Windows color (decimal): -2715909 or 16486102. OLE color: 16486102.

HSL color Cylindrical-coordinate representation of color #D68EFB: hue angle of 279.63º degrees, saturation: 0.93, 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 #D68EFB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 142 251 -
CMYK 0.15 0.43 0 0.02
HSL 279.63º 0.93% 0.77% -
HSV(B) 279.63º 0.43% 0.98% -
XYZ 54.82 40.61 96.22 -
YUV 175.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 214 142 251 0.15 0.43 0 0.02 279.63 0.93 0.77
Hex D6 8E FB F 2B 0 2 118 5D 4D
Octal 326 216 373 17 53 0 2 430 135 115
Binary 11010110 10001110 11111011 1111 101011 0 10 100011000 1011101 1001101

Color Harmonies of #D68EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EFB

Black with #D68EFB

Text Example


Text Example

White with #D68EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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