Html Css Color HEX #D690FF Heliotrope

📋 copy color: '#D690FF'

red 214 ◦ green 144 ◦ blue 255

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

Shades of Heliotrope #D690FF

Tints of Heliotrope #D690FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 34.91%
G = 23.49%
B = 41.6%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D690FF (or 0xD690FF) is known color: Heliotrope. HEX triplet: D6, 90 and FF. RGB value is (214,144,255). Sum of RGB (Red+Green+Blue) = 214+144+255=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D690FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FF is #296F00. Grayscale: #B1B1B1. Windows color (decimal): -2715393 or 16748758. OLE color: 16748758.

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

Color convert

RGB 214 144 255 -
CMYK 0.16 0.44 0 0
HSL 277.84º 1% 0.78% -
HSV(B) 277.84º 0.44% 1% -
XYZ 55.75 41.46 99.67 -
YUV 177.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 214 144 255 0.16 0.44 0 0 277.84 1 0.78
Hex D6 90 FF 10 2C 0 0 116 64 4E
Octal 326 220 377 20 54 0 0 426 144 116
Binary 11010110 10010000 11111111 10000 101100 0 0 100010110 1100100 1001110

Color Harmonies of #D690FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690FF

Black with #D690FF

Text Example


Text Example

White with #D690FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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