Html Css Color HEX #D680FA Heliotrope

📋 copy color: '#D680FA'

red 214 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #D680FA

Tints of Heliotrope #D680FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.62%

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

R = 36.15%
G = 21.62%
B = 42.23%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D680FA (or 0xD680FA) is known color: Heliotrope. HEX triplet: D6, 80 and FA. RGB value is (214,128,250). Sum of RGB (Red+Green+Blue) = 214+128+250=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D680FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680FA is #297F05. Grayscale: #A7A7A7. Windows color (decimal): -2719494 or 16416982. OLE color: 16416982.

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

Color convert

RGB 214 128 250 -
CMYK 0.14 0.49 0 0.02
HSL 282.3º 0.92% 0.74% -
HSV(B) 282.3º 0.49% 0.98% -
XYZ 52.71 36.64 94.74 -
YUV 167.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 214 128 250 0.14 0.49 0 0.02 282.3 0.92 0.74
Hex D6 80 FA E 31 0 2 11A 5C 4A
Octal 326 200 372 16 61 0 2 432 134 112
Binary 11010110 10000000 11111010 1110 110001 0 10 100011010 1011100 1001010

Color Harmonies of #D680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680FA

Black with #D680FA

Text Example


Text Example

White with #D680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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