Html Css Color HEX #D27BFA Heliotrope

📋 copy color: '#D27BFA'

red 210 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #D27BFA

Tints of Heliotrope #D27BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 36.02%
G = 21.1%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D27BFA (or 0xD27BFA) is known color: Heliotrope. HEX triplet: D2, 7B and FA. RGB value is (210,123,250). Sum of RGB (Red+Green+Blue) = 210+123+250=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #D27BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BFA is #2D8405. Grayscale: #A3A3A3. Windows color (decimal): -2982918 or 16415698. OLE color: 16415698.

HSL color Cylindrical-coordinate representation of color #D27BFA: hue angle of 281.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27BFA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 123 250 -
CMYK 0.16 0.51 0 0.02
HSL 281.1º 0.93% 0.73% -
HSV(B) 281.1º 0.51% 0.98% -
XYZ 50.92 34.77 94.47 -
YUV 163.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 210 123 250 0.16 0.51 0 0.02 281.1 0.93 0.73
Hex D2 7B FA 10 33 0 2 119 5D 49
Octal 322 173 372 20 63 0 2 431 135 111
Binary 11010010 1111011 11111010 10000 110011 0 10 100011001 1011101 1001001

Color Harmonies of #D27BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BFA

Black with #D27BFA

Text Example


Text Example

White with #D27BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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