Html Css Color HEX #D674FE Heliotrope

📋 copy color: '#D674FE'

red 214 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #D674FE

Tints of Heliotrope #D674FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 36.64%
G = 19.86%
B = 43.49%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D674FE (or 0xD674FE) is known color: Heliotrope. HEX triplet: D6, 74 and FE. RGB value is (214,116,254). Sum of RGB (Red+Green+Blue) = 214+116+254=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #D674FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674FE is #298B01. Grayscale: #A0A0A0. Windows color (decimal): -2722562 or 16676054. OLE color: 16676054.

HSL color Cylindrical-coordinate representation of color #D674FE: hue angle of 282.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D674FE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 116 254 -
CMYK 0.16 0.54 0 0.00
HSL 282.61º 0.99% 0.73% -
HSV(B) 282.61º 0.54% 1% -
XYZ 51.87 33.94 97.58 -
YUV 161.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 214 116 254 0.16 0.54 0 0.00 282.61 0.99 0.73
Hex D6 74 FE 10 36 0 0 11B 63 49
Octal 326 164 376 20 66 0 0 433 143 111
Binary 11010110 1110100 11111110 10000 110110 0 0 100011011 1100011 1001001

Color Harmonies of #D674FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674FE

Black with #D674FE

Text Example


Text Example

White with #D674FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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