Html Css Color HEX #D690FC Heliotrope

📋 copy color: '#D690FC'

red 214 ◦ green 144 ◦ blue 252

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

Shades of Heliotrope #D690FC

Tints of Heliotrope #D690FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 35.08%
G = 23.61%
B = 41.31%

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

#D690FC (or 0xD690FC) is known color: Heliotrope. HEX triplet: D6, 90 and FC. RGB value is (214,144,252). Sum of RGB (Red+Green+Blue) = 214+144+252=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #D690FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690FC is #296F03. Grayscale: #B0B0B0. Windows color (decimal): -2715396 or 16552150. OLE color: 16552150.

HSL color Cylindrical-coordinate representation of color #D690FC: hue angle of 278.89º degrees, saturation: 0.95, 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 #D690FC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 144 252 -
CMYK 0.15 0.43 0 0.01
HSL 278.89º 0.95% 0.78% -
HSV(B) 278.89º 0.43% 0.99% -
XYZ 55.28 41.27 97.15 -
YUV 177.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 214 144 252 0.15 0.43 0 0.01 278.89 0.95 0.78
Hex D6 90 FC F 2B 0 1 117 5F 4E
Octal 326 220 374 17 53 0 1 427 137 116
Binary 11010110 10010000 11111100 1111 101011 0 1 100010111 1011111 1001110

Color Harmonies of #D690FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690FC

Black with #D690FC

Text Example


Text Example

White with #D690FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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