Html Css Color HEX #D690FD Heliotrope

📋 copy color: '#D690FD'

red 214 ◦ green 144 ◦ blue 253

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

Shades of Heliotrope #D690FD

Tints of Heliotrope #D690FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 35.02%
G = 23.57%
B = 41.41%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D690FD (or 0xD690FD) is known color: Heliotrope. HEX triplet: D6, 90 and FD. RGB value is (214,144,253). Sum of RGB (Red+Green+Blue) = 214+144+253=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D690FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FD is #296F02. Grayscale: #B0B0B0. Windows color (decimal): -2715395 or 16617686. OLE color: 16617686.

HSL color Cylindrical-coordinate representation of color #D690FD: hue angle of 278.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D690FD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 144 253 -
CMYK 0.15 0.43 0 0.01
HSL 278.53º 0.96% 0.78% -
HSV(B) 278.53º 0.43% 0.99% -
XYZ 55.43 41.33 97.99 -
YUV 177.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 214 144 253 0.15 0.43 0 0.01 278.53 0.96 0.78
Hex D6 90 FD F 2B 0 1 117 60 4E
Octal 326 220 375 17 53 0 1 427 140 116
Binary 11010110 10010000 11111101 1111 101011 0 1 100010111 1100000 1001110

Color Harmonies of #D690FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690FD

Black with #D690FD

Text Example


Text Example

White with #D690FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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