Html Css Color HEX #D46CFC Heliotrope

📋 copy color: '#D46CFC'

red 212 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #D46CFC

Tints of Heliotrope #D46CFC

RGB

 RED value IS 212 (83.2% from 255) = 37.06%

 GREEN value IS 108 (42.58% from 255) = 18.88%

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

R = 37.06%
G = 18.88%
B = 44.06%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D46CFC (or 0xD46CFC) is known color: Heliotrope. HEX triplet: D4, 6C and FC. RGB value is (212,108,252). Sum of RGB (Red+Green+Blue) = 212+108+252=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #D46CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46CFC is #2B9303. Grayscale: #9B9B9B. Windows color (decimal): -2855684 or 16542932. OLE color: 16542932.

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

Color convert

RGB 212 108 252 -
CMYK 0.16 0.57 0 0.01
HSL 283.33º 0.96% 0.71% -
HSV(B) 283.33º 0.57% 0.99% -
XYZ 50.08 31.75 95.58 -
YUV 155.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 212 108 252 0.16 0.57 0 0.01 283.33 0.96 0.71
Hex D4 6C FC 10 39 0 1 11B 60 47
Octal 324 154 374 20 71 0 1 433 140 107
Binary 11010100 1101100 11111100 10000 111001 0 1 100011011 1100000 1000111

Color Harmonies of #D46CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CFC

Black with #D46CFC

Text Example


Text Example

White with #D46CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CFC; }

 p { color: rgb(212,108,252); }

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

background-color css

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

 a { background-color: rgb(212,108,252); }

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

border-color css

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

 span { border-color: rgb(212,108,252); }

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