Html Css Color HEX #D67EFE Heliotrope

📋 copy color: '#D67EFE'

red 214 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #D67EFE

Tints of Heliotrope #D67EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.21%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 36.03%
G = 21.21%
B = 42.76%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D67EFE (or 0xD67EFE) is known color: Heliotrope. HEX triplet: D6, 7E and FE. RGB value is (214,126,254). Sum of RGB (Red+Green+Blue) = 214+126+254=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #D67EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFE is #298101. Grayscale: #A6A6A6. Windows color (decimal): -2720002 or 16678614. OLE color: 16678614.

HSL color Cylindrical-coordinate representation of color #D67EFE: hue angle of 281.25º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67EFE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 126 254 -
CMYK 0.16 0.50 0 0.00
HSL 281.25º 0.98% 0.75% -
HSV(B) 281.25º 0.5% 1% -
XYZ 53.08 36.37 97.99 -
YUV 166.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 214 126 254 0.16 0.50 0 0.00 281.25 0.98 0.75
Hex D6 7E FE 10 32 0 0 119 62 4B
Octal 326 176 376 20 62 0 0 431 142 113
Binary 11010110 1111110 11111110 10000 110010 0 0 100011001 1100010 1001011

Color Harmonies of #D67EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EFE

Black with #D67EFE

Text Example


Text Example

White with #D67EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EFE; }

 p { color: rgb(214,126,254); }

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

background-color css

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

 a { background-color: rgb(214,126,254); }

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

border-color css

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

 span { border-color: rgb(214,126,254); }

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