Html Css Color HEX #D673F1 Heliotrope

📋 copy color: '#D673F1'

red 214 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #D673F1

Tints of Heliotrope #D673F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.18%

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 37.54%
G = 20.18%
B = 42.28%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D673F1 (or 0xD673F1) is known color: Heliotrope. HEX triplet: D6, 73 and F1. RGB value is (214,115,241). Sum of RGB (Red+Green+Blue) = 214+115+241=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #D673F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673F1 is #298C0E. Grayscale: #9E9E9E. Windows color (decimal): -2722831 or 15823830. OLE color: 15823830.

HSL color Cylindrical-coordinate representation of color #D673F1: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D673F1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 115 241 -
CMYK 0.11 0.52 0 0.05
HSL 287.14º 0.82% 0.7% -
HSV(B) 287.14º 0.52% 0.95% -
XYZ 49.74 32.91 86.95 -
YUV 158.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 214 115 241 0.11 0.52 0 0.05 287.14 0.82 0.7
Hex D6 73 F1 B 34 0 5 11F 52 46
Octal 326 163 361 13 64 0 5 437 122 106
Binary 11010110 1110011 11110001 1011 110100 0 101 100011111 1010010 1000110

Color Harmonies of #D673F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673F1

Black with #D673F1

Text Example


Text Example

White with #D673F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673F1; }

 p { color: rgb(214,115,241); }

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

background-color css

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

 a { background-color: rgb(214,115,241); }

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

border-color css

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

 span { border-color: rgb(214,115,241); }

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