Html Css Color HEX #D368FC Heliotrope

📋 copy color: '#D368FC'

red 211 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #D368FC

Tints of Heliotrope #D368FC

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

 GREEN value IS 104 (41.02% from 255) = 18.34%

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

R = 37.21%
G = 18.34%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D368FC (or 0xD368FC) is known color: Heliotrope. HEX triplet: D3, 68 and FC. RGB value is (211,104,252). Sum of RGB (Red+Green+Blue) = 211+104+252=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #D368FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368FC is #2C9703. Grayscale: #989898. Windows color (decimal): -2922244 or 16541907. OLE color: 16541907.

HSL color Cylindrical-coordinate representation of color #D368FC: hue angle of 283.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D368FC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 104 252 -
CMYK 0.16 0.59 0 0.01
HSL 283.38º 0.96% 0.7% -
HSV(B) 283.38º 0.59% 0.99% -
XYZ 49.38 30.78 95.43 -
YUV 152.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 211 104 252 0.16 0.59 0 0.01 283.38 0.96 0.7
Hex D3 68 FC 10 3B 0 1 11B 60 46
Octal 323 150 374 20 73 0 1 433 140 106
Binary 11010011 1101000 11111100 10000 111011 0 1 100011011 1100000 1000110

Color Harmonies of #D368FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368FC

Black with #D368FC

Text Example


Text Example

White with #D368FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368FC; }

 p { color: rgb(211,104,252); }

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

background-color css

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

 a { background-color: rgb(211,104,252); }

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

border-color css

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

 span { border-color: rgb(211,104,252); }

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