Html Css Color HEX #D280ED Heliotrope

📋 copy color: '#D280ED'

red 210 ◦ green 128 ◦ blue 237

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

Shades of Heliotrope #D280ED

Tints of Heliotrope #D280ED

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 36.52%
G = 22.26%
B = 41.22%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D280ED (or 0xD280ED) is known color: Heliotrope. HEX triplet: D2, 80 and ED. RGB value is (210,128,237). Sum of RGB (Red+Green+Blue) = 210+128+237=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D280ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280ED is #2D7F12. Grayscale: #A4A4A4. Windows color (decimal): -2981651 or 15565010. OLE color: 15565010.

HSL color Cylindrical-coordinate representation of color #D280ED: hue angle of 285.14º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D280ED is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 128 237 -
CMYK 0.11 0.46 0 0.07
HSL 285.14º 0.75% 0.72% -
HSV(B) 285.14º 0.46% 0.93% -
XYZ 49.58 35.25 84.31 -
YUV 164.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 210 128 237 0.11 0.46 0 0.07 285.14 0.75 0.72
Hex D2 80 ED B 2E 0 7 11D 4B 48
Octal 322 200 355 13 56 0 7 435 113 110
Binary 11010010 10000000 11101101 1011 101110 0 111 100011101 1001011 1001000

Color Harmonies of #D280ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D280ED

Black with #D280ED

Text Example


Text Example

White with #D280ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D280ED; }

 p { color: rgb(210,128,237); }

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

background-color css

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

 a { background-color: rgb(210,128,237); }

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

border-color css

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

 span { border-color: rgb(210,128,237); }

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