Html Css Color HEX #D14CFE Heliotrope

📋 copy color: '#D14CFE'

red 209 ◦ green 76 ◦ blue 254

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

Shades of Heliotrope #D14CFE

Tints of Heliotrope #D14CFE

RGB

 RED value IS 209 (82.03% from 255) = 38.78%

 GREEN value IS 76 (30.08% from 255) = 14.1%

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 38.78%
G = 14.1%
B = 47.12%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D14CFE (or 0xD14CFE) is known color: Heliotrope. HEX triplet: D1, 4C and FE. RGB value is (209,76,254). Sum of RGB (Red+Green+Blue) = 209+76+254=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #D14CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CFE is #2EB301. Grayscale: #878787. Windows color (decimal): -3060482 or 16665809. OLE color: 16665809.

HSL color Cylindrical-coordinate representation of color #D14CFE: hue angle of 284.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14CFE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 76 254 -
CMYK 0.18 0.70 0 0.00
HSL 284.83º 0.99% 0.65% -
HSV(B) 284.83º 0.7% 1% -
XYZ 46.77 25.88 96.3 -
YUV 136.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 209 76 254 0.18 0.70 0 0.00 284.83 0.99 0.65
Hex D1 4C FE 12 46 0 0 11D 63 41
Octal 321 114 376 22 106 0 0 435 143 101
Binary 11010001 1001100 11111110 10010 1000110 0 0 100011101 1100011 1000001

Color Harmonies of #D14CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CFE

Black with #D14CFE

Text Example


Text Example

White with #D14CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CFE; }

 p { color: rgb(209,76,254); }

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

background-color css

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

 a { background-color: rgb(209,76,254); }

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

border-color css

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

 span { border-color: rgb(209,76,254); }

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