Html Css Color HEX #D27CFA Heliotrope

📋 copy color: '#D27CFA'

red 210 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #D27CFA

Tints of Heliotrope #D27CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.23%

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

R = 35.96%
G = 21.23%
B = 42.81%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D27CFA (or 0xD27CFA) is known color: Heliotrope. HEX triplet: D2, 7C and FA. RGB value is (210,124,250). Sum of RGB (Red+Green+Blue) = 210+124+250=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #D27CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CFA is #2D8305. Grayscale: #A3A3A3. Windows color (decimal): -2982662 or 16415954. OLE color: 16415954.

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

Color convert

RGB 210 124 250 -
CMYK 0.16 0.50 0 0.02
HSL 280.95º 0.93% 0.73% -
HSV(B) 280.95º 0.5% 0.98% -
XYZ 51.04 35.02 94.51 -
YUV 164.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 210 124 250 0.16 0.50 0 0.02 280.95 0.93 0.73
Hex D2 7C FA 10 32 0 2 119 5D 49
Octal 322 174 372 20 62 0 2 431 135 111
Binary 11010010 1111100 11111010 10000 110010 0 10 100011001 1011101 1001001

Color Harmonies of #D27CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CFA

Black with #D27CFA

Text Example


Text Example

White with #D27CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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