Html Css Color HEX #D674EC Heliotrope

📋 copy color: '#D674EC'

red 214 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #D674EC

Tints of Heliotrope #D674EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.49%

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

R = 37.81%
G = 20.49%
B = 41.7%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D674EC (or 0xD674EC) is known color: Heliotrope. HEX triplet: D6, 74 and EC. RGB value is (214,116,236). Sum of RGB (Red+Green+Blue) = 214+116+236=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D674EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EC is #298B13. Grayscale: #9E9E9E. Windows color (decimal): -2722580 or 15496406. OLE color: 15496406.

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

Color convert

RGB 214 116 236 -
CMYK 0.09 0.51 0 0.07
HSL 289º 0.76% 0.69% -
HSV(B) 289º 0.51% 0.93% -
XYZ 49.12 32.84 83.11 -
YUV 158.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 214 116 236 0.09 0.51 0 0.07 289 0.76 0.69
Hex D6 74 EC 9 33 0 7 121 4C 45
Octal 326 164 354 11 63 0 7 441 114 105
Binary 11010110 1110100 11101100 1001 110011 0 111 100100001 1001100 1000101

Color Harmonies of #D674EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674EC

Black with #D674EC

Text Example


Text Example

White with #D674EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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