Html Css Color HEX #D670FA Heliotrope

📋 copy color: '#D670FA'

red 214 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #D670FA

Tints of Heliotrope #D670FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 37.15%
G = 19.44%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D670FA (or 0xD670FA) is known color: Heliotrope. HEX triplet: D6, 70 and FA. RGB value is (214,112,250). Sum of RGB (Red+Green+Blue) = 214+112+250=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D670FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D670FA is #298F05. Grayscale: #9D9D9D. Windows color (decimal): -2723590 or 16412886. OLE color: 16412886.

HSL color Cylindrical-coordinate representation of color #D670FA: hue angle of 284.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D670FA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 112 250 -
CMYK 0.14 0.55 0 0.02
HSL 284.35º 0.93% 0.71% -
HSV(B) 284.35º 0.55% 0.98% -
XYZ 50.78 32.79 94.09 -
YUV 158.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 214 112 250 0.14 0.55 0 0.02 284.35 0.93 0.71
Hex D6 70 FA E 37 0 2 11C 5D 47
Octal 326 160 372 16 67 0 2 434 135 107
Binary 11010110 1110000 11111010 1110 110111 0 10 100011100 1011101 1000111

Color Harmonies of #D670FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670FA

Black with #D670FA

Text Example


Text Example

White with #D670FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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