Html Css Color HEX #D27BF1 Heliotrope

📋 copy color: '#D27BF1'

red 210 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #D27BF1

Tints of Heliotrope #D27BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.43%

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 36.59%
G = 21.43%
B = 41.99%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D27BF1 (or 0xD27BF1) is known color: Heliotrope. HEX triplet: D2, 7B and F1. RGB value is (210,123,241). Sum of RGB (Red+Green+Blue) = 210+123+241=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #D27BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BF1 is #2D840E. Grayscale: #A2A2A2. Windows color (decimal): -2982927 or 15825874. OLE color: 15825874.

HSL color Cylindrical-coordinate representation of color #D27BF1: hue angle of 284.24º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27BF1 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 123 241 -
CMYK 0.13 0.49 0 0.05
HSL 284.24º 0.81% 0.71% -
HSV(B) 284.24º 0.49% 0.95% -
XYZ 49.54 34.22 87.21 -
YUV 162.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 210 123 241 0.13 0.49 0 0.05 284.24 0.81 0.71
Hex D2 7B F1 D 31 0 5 11C 51 47
Octal 322 173 361 15 61 0 5 434 121 107
Binary 11010010 1111011 11110001 1101 110001 0 101 100011100 1010001 1000111

Color Harmonies of #D27BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BF1

Black with #D27BF1

Text Example


Text Example

White with #D27BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BF1; }

 p { color: rgb(210,123,241); }

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

background-color css

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

 a { background-color: rgb(210,123,241); }

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

border-color css

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

 span { border-color: rgb(210,123,241); }

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