Html Css Color HEX #D14CFB Heliotrope

📋 copy color: '#D14CFB'

red 209 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #D14CFB

Tints of Heliotrope #D14CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 38.99%
G = 14.18%
B = 46.83%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14CFB (or 0xD14CFB) is known color: Heliotrope. HEX triplet: D1, 4C and FB. RGB value is (209,76,251). Sum of RGB (Red+Green+Blue) = 209+76+251=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CFB is #2EB304. Grayscale: #878787. Windows color (decimal): -3060485 or 16469201. OLE color: 16469201.

HSL color Cylindrical-coordinate representation of color #D14CFB: hue angle of 285.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14CFB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 76 251 -
CMYK 0.17 0.70 0 0.02
HSL 285.6º 0.96% 0.64% -
HSV(B) 285.6º 0.7% 0.98% -
XYZ 46.29 25.69 93.79 -
YUV 135.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 209 76 251 0.17 0.70 0 0.02 285.6 0.96 0.64
Hex D1 4C FB 11 46 0 2 11E 60 40
Octal 321 114 373 21 106 0 2 436 140 100
Binary 11010001 1001100 11111011 10001 1000110 0 10 100011110 1100000 1000000

Color Harmonies of #D14CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CFB

Black with #D14CFB

Text Example


Text Example

White with #D14CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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