Html Css Color HEX #D278ED Heliotrope

📋 copy color: '#D278ED'

red 210 ◦ green 120 ◦ blue 237

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

Shades of Heliotrope #D278ED

Tints of Heliotrope #D278ED

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.16%

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

R = 37.04%
G = 21.16%
B = 41.8%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D278ED (or 0xD278ED) is known color: Heliotrope. HEX triplet: D2, 78 and ED. RGB value is (210,120,237). Sum of RGB (Red+Green+Blue) = 210+120+237=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D278ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D278ED is #2D8712. Grayscale: #9F9F9F. Windows color (decimal): -2983699 or 15562962. OLE color: 15562962.

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

Color convert

RGB 210 120 237 -
CMYK 0.11 0.49 0 0.07
HSL 286.15º 0.76% 0.7% -
HSV(B) 286.15º 0.49% 0.93% -
XYZ 48.58 33.25 83.98 -
YUV 160.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 210 120 237 0.11 0.49 0 0.07 286.15 0.76 0.7
Hex D2 78 ED B 31 0 7 11E 4C 46
Octal 322 170 355 13 61 0 7 436 114 106
Binary 11010010 1111000 11101101 1011 110001 0 111 100011110 1001100 1000110

Color Harmonies of #D278ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278ED

Black with #D278ED

Text Example


Text Example

White with #D278ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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