Html Css Color HEX #D674FD Heliotrope

📋 copy color: '#D674FD'

red 214 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #D674FD

Tints of Heliotrope #D674FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 36.71%
G = 19.9%
B = 43.4%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D674FD (or 0xD674FD) is known color: Heliotrope. HEX triplet: D6, 74 and FD. RGB value is (214,116,253). Sum of RGB (Red+Green+Blue) = 214+116+253=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #D674FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674FD is #298B02. Grayscale: #A0A0A0. Windows color (decimal): -2722563 or 16610518. OLE color: 16610518.

HSL color Cylindrical-coordinate representation of color #D674FD: hue angle of 282.92º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D674FD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 116 253 -
CMYK 0.15 0.54 0 0.01
HSL 282.92º 0.97% 0.72% -
HSV(B) 282.92º 0.54% 0.99% -
XYZ 51.71 33.88 96.74 -
YUV 160.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 214 116 253 0.15 0.54 0 0.01 282.92 0.97 0.72
Hex D6 74 FD F 36 0 1 11B 61 48
Octal 326 164 375 17 66 0 1 433 141 110
Binary 11010110 1110100 11111101 1111 110110 0 1 100011011 1100001 1001000

Color Harmonies of #D674FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674FD

Black with #D674FD

Text Example


Text Example

White with #D674FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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