Html Css Color HEX #D27FFC Heliotrope

📋 copy color: '#D27FFC'

red 210 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #D27FFC

Tints of Heliotrope #D27FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 35.65%
G = 21.56%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D27FFC (or 0xD27FFC) is known color: Heliotrope. HEX triplet: D2, 7F and FC. RGB value is (210,127,252). Sum of RGB (Red+Green+Blue) = 210+127+252=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D27FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FFC is #2D8003. Grayscale: #A5A5A5. Windows color (decimal): -2981892 or 16547794. OLE color: 16547794.

HSL color Cylindrical-coordinate representation of color #D27FFC: hue angle of 279.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27FFC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 127 252 -
CMYK 0.17 0.50 0 0.01
HSL 279.84º 0.95% 0.74% -
HSV(B) 279.84º 0.5% 0.99% -
XYZ 51.74 35.91 96.3 -
YUV 166.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 210 127 252 0.17 0.50 0 0.01 279.84 0.95 0.74
Hex D2 7F FC 11 32 0 1 118 5F 4A
Octal 322 177 374 21 62 0 1 430 137 112
Binary 11010010 1111111 11111100 10001 110010 0 1 100011000 1011111 1001010

Color Harmonies of #D27FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FFC

Black with #D27FFC

Text Example


Text Example

White with #D27FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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