Html Css Color HEX #D186FC Heliotrope

📋 copy color: '#D186FC'

red 209 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #D186FC

Tints of Heliotrope #D186FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.52%

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

R = 35.13%
G = 22.52%
B = 42.35%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D186FC (or 0xD186FC) is known color: Heliotrope. HEX triplet: D1, 86 and FC. RGB value is (209,134,252). Sum of RGB (Red+Green+Blue) = 209+134+252=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D186FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D186FC is #2E7903. Grayscale: #A9A9A9. Windows color (decimal): -3045636 or 16549585. OLE color: 16549585.

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

Color convert

RGB 209 134 252 -
CMYK 0.17 0.47 0 0.01
HSL 278.14º 0.95% 0.76% -
HSV(B) 278.14º 0.47% 0.99% -
XYZ 52.39 37.63 96.6 -
YUV 169.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 209 134 252 0.17 0.47 0 0.01 278.14 0.95 0.76
Hex D1 86 FC 11 2F 0 1 116 5F 4C
Octal 321 206 374 21 57 0 1 426 137 114
Binary 11010001 10000110 11111100 10001 101111 0 1 100010110 1011111 1001100

Color Harmonies of #D186FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D186FC

Black with #D186FC

Text Example


Text Example

White with #D186FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D186FC; }

 p { color: rgb(209,134,252); }

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

background-color css

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

 a { background-color: rgb(209,134,252); }

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

border-color css

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

 span { border-color: rgb(209,134,252); }

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