Html Css Color HEX #D676F2 Heliotrope

📋 copy color: '#D676F2'

red 214 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #D676F2

Tints of Heliotrope #D676F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.56%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 37.28%
G = 20.56%
B = 42.16%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D676F2 (or 0xD676F2) is known color: Heliotrope. HEX triplet: D6, 76 and F2. RGB value is (214,118,242). Sum of RGB (Red+Green+Blue) = 214+118+242=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #D676F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D676F2 is #29890D. Grayscale: #A0A0A0. Windows color (decimal): -2722062 or 15890134. OLE color: 15890134.

HSL color Cylindrical-coordinate representation of color #D676F2: hue angle of 286.45º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D676F2 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 118 242 -
CMYK 0.12 0.51 0 0.05
HSL 286.45º 0.83% 0.71% -
HSV(B) 286.45º 0.51% 0.95% -
XYZ 50.24 33.66 87.85 -
YUV 160.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 214 118 242 0.12 0.51 0 0.05 286.45 0.83 0.71
Hex D6 76 F2 C 33 0 5 11E 53 47
Octal 326 166 362 14 63 0 5 436 123 107
Binary 11010110 1110110 11110010 1100 110011 0 101 100011110 1010011 1000111

Color Harmonies of #D676F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676F2

Black with #D676F2

Text Example


Text Example

White with #D676F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676F2; }

 p { color: rgb(214,118,242); }

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

background-color css

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

 a { background-color: rgb(214,118,242); }

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

border-color css

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

 span { border-color: rgb(214,118,242); }

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