Html Css Color HEX #D674ED Heliotrope

📋 copy color: '#D674ED'

red 214 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #D674ED

Tints of Heliotrope #D674ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 37.74%
G = 20.46%
B = 41.8%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D674ED (or 0xD674ED) is known color: Heliotrope. HEX triplet: D6, 74 and ED. RGB value is (214,116,237). Sum of RGB (Red+Green+Blue) = 214+116+237=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D674ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674ED is #298B12. Grayscale: #9E9E9E. Windows color (decimal): -2722579 or 15561942. OLE color: 15561942.

HSL color Cylindrical-coordinate representation of color #D674ED: hue angle of 288.6º degrees, saturation: 0.77, 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 #D674ED is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 116 237 -
CMYK 0.10 0.51 0 0.07
HSL 288.6º 0.77% 0.69% -
HSV(B) 288.6º 0.51% 0.93% -
XYZ 49.26 32.9 83.87 -
YUV 159.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 214 116 237 0.10 0.51 0 0.07 288.6 0.77 0.69
Hex D6 74 ED A 33 0 7 121 4D 45
Octal 326 164 355 12 63 0 7 441 115 105
Binary 11010110 1110100 11101101 1010 110011 0 111 100100001 1001101 1000101

Color Harmonies of #D674ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674ED

Black with #D674ED

Text Example


Text Example

White with #D674ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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