Html Css Color HEX #D27FF0 Heliotrope

📋 copy color: '#D27FF0'

red 210 ◦ green 127 ◦ blue 240

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

Shades of Heliotrope #D27FF0

Tints of Heliotrope #D27FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 36.4%
G = 22.01%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D27FF0 (or 0xD27FF0) is known color: Heliotrope. HEX triplet: D2, 7F and F0. RGB value is (210,127,240). Sum of RGB (Red+Green+Blue) = 210+127+240=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #D27FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FF0 is #2D800F. Grayscale: #A4A4A4. Windows color (decimal): -2981904 or 15761362. OLE color: 15761362.

HSL color Cylindrical-coordinate representation of color #D27FF0: hue angle of 284.07º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27FF0 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 127 240 -
CMYK 0.12 0.47 0 0.06
HSL 284.07º 0.79% 0.72% -
HSV(B) 284.07º 0.47% 0.94% -
XYZ 49.9 35.17 86.6 -
YUV 164.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 210 127 240 0.12 0.47 0 0.06 284.07 0.79 0.72
Hex D2 7F F0 C 2F 0 6 11C 4F 48
Octal 322 177 360 14 57 0 6 434 117 110
Binary 11010010 1111111 11110000 1100 101111 0 110 100011100 1001111 1001000

Color Harmonies of #D27FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FF0

Black with #D27FF0

Text Example


Text Example

White with #D27FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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