Html Css Color HEX #D680FE Heliotrope

📋 copy color: '#D680FE'

red 214 ◦ green 128 ◦ blue 254

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

Shades of Heliotrope #D680FE

Tints of Heliotrope #D680FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 35.91%
G = 21.48%
B = 42.62%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D680FE (or 0xD680FE) is known color: Heliotrope. HEX triplet: D6, 80 and FE. RGB value is (214,128,254). Sum of RGB (Red+Green+Blue) = 214+128+254=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #D680FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680FE is #297F01. Grayscale: #A7A7A7. Windows color (decimal): -2719490 or 16679126. OLE color: 16679126.

HSL color Cylindrical-coordinate representation of color #D680FE: hue angle of 280.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D680FE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 128 254 -
CMYK 0.16 0.50 0 0.00
HSL 280.95º 0.98% 0.75% -
HSV(B) 280.95º 0.5% 1% -
XYZ 53.34 36.89 98.08 -
YUV 168.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 214 128 254 0.16 0.50 0 0.00 280.95 0.98 0.75
Hex D6 80 FE 10 32 0 0 119 62 4B
Octal 326 200 376 20 62 0 0 431 142 113
Binary 11010110 10000000 11111110 10000 110010 0 0 100011001 1100010 1001011

Color Harmonies of #D680FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680FE

Black with #D680FE

Text Example


Text Example

White with #D680FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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