Html Css Color HEX #D680FC Heliotrope

📋 copy color: '#D680FC'

red 214 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #D680FC

Tints of Heliotrope #D680FC

RGB

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

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

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

R = 36.03%
G = 21.55%
B = 42.42%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D680FC (or 0xD680FC) is known color: Heliotrope. HEX triplet: D6, 80 and FC. RGB value is (214,128,252). Sum of RGB (Red+Green+Blue) = 214+128+252=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #D680FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680FC is #297F03. Grayscale: #A7A7A7. Windows color (decimal): -2719492 or 16548054. OLE color: 16548054.

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

Color convert

RGB 214 128 252 -
CMYK 0.15 0.49 0 0.01
HSL 281.61º 0.95% 0.75% -
HSV(B) 281.61º 0.49% 0.99% -
XYZ 53.02 36.76 96.4 -
YUV 167.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 214 128 252 0.15 0.49 0 0.01 281.61 0.95 0.75
Hex D6 80 FC F 31 0 1 11A 5F 4B
Octal 326 200 374 17 61 0 1 432 137 113
Binary 11010110 10000000 11111100 1111 110001 0 1 100011010 1011111 1001011

Color Harmonies of #D680FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680FC

Black with #D680FC

Text Example


Text Example

White with #D680FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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