Html Css Color HEX #D080FC Heliotrope

📋 copy color: '#D080FC'

red 208 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #D080FC

Tints of Heliotrope #D080FC

RGB

 RED value IS 208 (81.64% from 255) = 35.37%

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

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

R = 35.37%
G = 21.77%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D080FC (or 0xD080FC) is known color: Heliotrope. HEX triplet: D0, 80 and FC. RGB value is (208,128,252). Sum of RGB (Red+Green+Blue) = 208+128+252=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #D080FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FC is #2F7F03. Grayscale: #A5A5A5. Windows color (decimal): -3112708 or 16548048. OLE color: 16548048.

HSL color Cylindrical-coordinate representation of color #D080FC: hue angle of 278.71º 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 #D080FC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 128 252 -
CMYK 0.17 0.49 0 0.01
HSL 278.71º 0.95% 0.75% -
HSV(B) 278.71º 0.49% 0.99% -
XYZ 51.3 35.88 96.32 -
YUV 166.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 208 128 252 0.17 0.49 0 0.01 278.71 0.95 0.75
Hex D0 80 FC 11 31 0 1 117 5F 4B
Octal 320 200 374 21 61 0 1 427 137 113
Binary 11010000 10000000 11111100 10001 110001 0 1 100010111 1011111 1001011

Color Harmonies of #D080FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080FC

Black with #D080FC

Text Example


Text Example

White with #D080FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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