Html Css Color HEX #D18CFC Heliotrope

📋 copy color: '#D18CFC'

red 209 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D18CFC

Tints of Heliotrope #D18CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.29%

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

R = 34.78%
G = 23.29%
B = 41.93%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D18CFC (or 0xD18CFC) is known color: Heliotrope. HEX triplet: D1, 8C and FC. RGB value is (209,140,252). Sum of RGB (Red+Green+Blue) = 209+140+252=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #D18CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18CFC is #2E7303. Grayscale: #ADADAD. Windows color (decimal): -3044100 or 16551121. OLE color: 16551121.

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

Color convert

RGB 209 140 252 -
CMYK 0.17 0.44 0 0.01
HSL 276.96º 0.95% 0.77% -
HSV(B) 276.96º 0.44% 0.99% -
XYZ 53.24 39.34 96.88 -
YUV 173.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 209 140 252 0.17 0.44 0 0.01 276.96 0.95 0.77
Hex D1 8C FC 11 2C 0 1 115 5F 4D
Octal 321 214 374 21 54 0 1 425 137 115
Binary 11010001 10001100 11111100 10001 101100 0 1 100010101 1011111 1001101

Color Harmonies of #D18CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18CFC

Black with #D18CFC

Text Example


Text Example

White with #D18CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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