Html Css Color HEX #D67EFA Heliotrope

📋 copy color: '#D67EFA'

red 214 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #D67EFA

Tints of Heliotrope #D67EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 36.27%
G = 21.36%
B = 42.37%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D67EFA (or 0xD67EFA) is known color: Heliotrope. HEX triplet: D6, 7E and FA. RGB value is (214,126,250). Sum of RGB (Red+Green+Blue) = 214+126+250=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 126 (49.61% from 255 or 21.36% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D67EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFA is #298105. Grayscale: #A6A6A6. Windows color (decimal): -2720006 or 16416470. OLE color: 16416470.

HSL color Cylindrical-coordinate representation of color #D67EFA: hue angle of 282.58º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67EFA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 126 250 -
CMYK 0.14 0.50 0 0.02
HSL 282.58º 0.93% 0.74% -
HSV(B) 282.58º 0.5% 0.98% -
XYZ 52.45 36.12 94.65 -
YUV 166.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 214 126 250 0.14 0.50 0 0.02 282.58 0.93 0.74
Hex D6 7E FA E 32 0 2 11B 5D 4A
Octal 326 176 372 16 62 0 2 433 135 112
Binary 11010110 1111110 11111010 1110 110010 0 10 100011011 1011101 1001010

Color Harmonies of #D67EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EFA

Black with #D67EFA

Text Example


Text Example

White with #D67EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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