Html Css Color HEX #D674F6 Heliotrope

📋 copy color: '#D674F6'

red 214 ◦ green 116 ◦ blue 246

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

Shades of Heliotrope #D674F6

Tints of Heliotrope #D674F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 37.15%
G = 20.14%
B = 42.71%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D674F6 (or 0xD674F6) is known color: Heliotrope. HEX triplet: D6, 74 and F6. RGB value is (214,116,246). Sum of RGB (Red+Green+Blue) = 214+116+246=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #D674F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674F6 is #298B09. Grayscale: #9F9F9F. Windows color (decimal): -2722570 or 16151766. OLE color: 16151766.

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

Color convert

RGB 214 116 246 -
CMYK 0.13 0.53 0 0.04
HSL 285.23º 0.88% 0.71% -
HSV(B) 285.23º 0.53% 0.96% -
XYZ 50.61 33.44 90.98 -
YUV 160.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 214 116 246 0.13 0.53 0 0.04 285.23 0.88 0.71
Hex D6 74 F6 D 35 0 4 11D 58 47
Octal 326 164 366 15 65 0 4 435 130 107
Binary 11010110 1110100 11110110 1101 110101 0 100 100011101 1011000 1000111

Color Harmonies of #D674F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674F6

Black with #D674F6

Text Example


Text Example

White with #D674F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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