Html Css Color HEX #D27FED Heliotrope

📋 copy color: '#D27FED'

red 210 ◦ green 127 ◦ blue 237

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

Shades of Heliotrope #D27FED

Tints of Heliotrope #D27FED

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

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

R = 36.59%
G = 22.13%
B = 41.29%

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

#D27FED (or 0xD27FED) is known color: Heliotrope. HEX triplet: D2, 7F and ED. RGB value is (210,127,237). Sum of RGB (Red+Green+Blue) = 210+127+237=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D27FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FED is #2D8012. Grayscale: #A4A4A4. Windows color (decimal): -2981907 or 15564754. OLE color: 15564754.

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

Color convert

RGB 210 127 237 -
CMYK 0.11 0.46 0 0.07
HSL 285.27º 0.75% 0.71% -
HSV(B) 285.27º 0.46% 0.93% -
XYZ 49.45 34.99 84.27 -
YUV 164.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 210 127 237 0.11 0.46 0 0.07 285.27 0.75 0.71
Hex D2 7F ED B 2E 0 7 11D 4B 47
Octal 322 177 355 13 56 0 7 435 113 107
Binary 11010010 1111111 11101101 1011 101110 0 111 100011101 1001011 1000111

Color Harmonies of #D27FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FED

Black with #D27FED

Text Example


Text Example

White with #D27FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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