Html Css Color HEX #D690FA Heliotrope

📋 copy color: '#D690FA'

red 214 ◦ green 144 ◦ blue 250

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

Shades of Heliotrope #D690FA

Tints of Heliotrope #D690FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.68%

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

R = 35.2%
G = 23.68%
B = 41.12%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D690FA (or 0xD690FA) is known color: Heliotrope. HEX triplet: D6, 90 and FA. RGB value is (214,144,250). Sum of RGB (Red+Green+Blue) = 214+144+250=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D690FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FA is #296F05. Grayscale: #B0B0B0. Windows color (decimal): -2715398 or 16421078. OLE color: 16421078.

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

Color convert

RGB 214 144 250 -
CMYK 0.14 0.42 0 0.02
HSL 279.62º 0.91% 0.77% -
HSV(B) 279.62º 0.42% 0.98% -
XYZ 54.96 41.14 95.49 -
YUV 177.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 214 144 250 0.14 0.42 0 0.02 279.62 0.91 0.77
Hex D6 90 FA E 2A 0 2 118 5B 4D
Octal 326 220 372 16 52 0 2 430 133 115
Binary 11010110 10010000 11111010 1110 101010 0 10 100011000 1011011 1001101

Color Harmonies of #D690FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690FA

Black with #D690FA

Text Example


Text Example

White with #D690FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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