Html Css Color HEX #D67AEC Heliotrope

📋 copy color: '#D67AEC'

red 214 ◦ green 122 ◦ blue 236

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

Shades of Heliotrope #D67AEC

Tints of Heliotrope #D67AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.33%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 37.41%
G = 21.33%
B = 41.26%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D67AEC (or 0xD67AEC) is known color: Heliotrope. HEX triplet: D6, 7A and EC. RGB value is (214,122,236). Sum of RGB (Red+Green+Blue) = 214+122+236=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #D67AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AEC is #298513. Grayscale: #A2A2A2. Windows color (decimal): -2721044 or 15497942. OLE color: 15497942.

HSL color Cylindrical-coordinate representation of color #D67AEC: hue angle of 288.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67AEC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 122 236 -
CMYK 0.09 0.48 0 0.07
HSL 288.42º 0.75% 0.7% -
HSV(B) 288.42º 0.48% 0.93% -
XYZ 49.83 34.27 83.35 -
YUV 162.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 214 122 236 0.09 0.48 0 0.07 288.42 0.75 0.7
Hex D6 7A EC 9 30 0 7 120 4B 46
Octal 326 172 354 11 60 0 7 440 113 106
Binary 11010110 1111010 11101100 1001 110000 0 111 100100000 1001011 1000110

Color Harmonies of #D67AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AEC

Black with #D67AEC

Text Example


Text Example

White with #D67AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AEC; }

 p { color: rgb(214,122,236); }

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

background-color css

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

 a { background-color: rgb(214,122,236); }

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

border-color css

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

 span { border-color: rgb(214,122,236); }

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