Html Css Color HEX #D670FE Heliotrope

📋 copy color: '#D670FE'

red 214 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #D670FE

Tints of Heliotrope #D670FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.31%

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

R = 36.9%
G = 19.31%
B = 43.79%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D670FE (or 0xD670FE) is known color: Heliotrope. HEX triplet: D6, 70 and FE. RGB value is (214,112,254). Sum of RGB (Red+Green+Blue) = 214+112+254=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #D670FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670FE is #298F01. Grayscale: #9E9E9E. Windows color (decimal): -2723586 or 16675030. OLE color: 16675030.

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

Color convert

RGB 214 112 254 -
CMYK 0.16 0.56 0 0.00
HSL 283.1º 0.99% 0.72% -
HSV(B) 283.1º 0.56% 1% -
XYZ 51.42 33.04 97.43 -
YUV 158.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 214 112 254 0.16 0.56 0 0.00 283.1 0.99 0.72
Hex D6 70 FE 10 38 0 0 11B 63 48
Octal 326 160 376 20 70 0 0 433 143 110
Binary 11010110 1110000 11111110 10000 111000 0 0 100011011 1100011 1001000

Color Harmonies of #D670FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670FE

Black with #D670FE

Text Example


Text Example

White with #D670FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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