Html Css Color HEX #D674F7 Heliotrope

📋 copy color: '#D674F7'

red 214 ◦ green 116 ◦ blue 247

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

Shades of Heliotrope #D674F7

Tints of Heliotrope #D674F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.81%

R = 37.09%
G = 20.1%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D674F7 (or 0xD674F7) is known color: Heliotrope. HEX triplet: D6, 74 and F7. RGB value is (214,116,247). Sum of RGB (Red+Green+Blue) = 214+116+247=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #D674F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674F7 is #298B08. Grayscale: #9F9F9F. Windows color (decimal): -2722569 or 16217302. OLE color: 16217302.

HSL color Cylindrical-coordinate representation of color #D674F7: hue angle of 284.89º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D674F7 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 116 247 -
CMYK 0.13 0.53 0 0.03
HSL 284.89º 0.89% 0.71% -
HSV(B) 284.89º 0.53% 0.97% -
XYZ 50.77 33.5 91.79 -
YUV 160.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 214 116 247 0.13 0.53 0 0.03 284.89 0.89 0.71
Hex D6 74 F7 D 35 0 3 11D 59 47
Octal 326 164 367 15 65 0 3 435 131 107
Binary 11010110 1110100 11110111 1101 110101 0 11 100011101 1011001 1000111

Color Harmonies of #D674F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674F7

Black with #D674F7

Text Example


Text Example

White with #D674F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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