Html Css Color HEX #D46BFE Heliotrope

📋 copy color: '#D46BFE'

red 212 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #D46BFE

Tints of Heliotrope #D46BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.67%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 37%
G = 18.67%
B = 44.33%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D46BFE (or 0xD46BFE) is known color: Heliotrope. HEX triplet: D4, 6B and FE. RGB value is (212,107,254). Sum of RGB (Red+Green+Blue) = 212+107+254=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #D46BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BFE is #2B9401. Grayscale: #9A9A9A. Windows color (decimal): -2855938 or 16673748. OLE color: 16673748.

HSL color Cylindrical-coordinate representation of color #D46BFE: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46BFE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 107 254 -
CMYK 0.17 0.58 0 0.00
HSL 282.86º 0.99% 0.71% -
HSV(B) 282.86º 0.58% 1% -
XYZ 50.3 31.67 97.23 -
YUV 155.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 212 107 254 0.17 0.58 0 0.00 282.86 0.99 0.71
Hex D4 6B FE 11 3A 0 0 11B 63 47
Octal 324 153 376 21 72 0 0 433 143 107
Binary 11010100 1101011 11111110 10001 111010 0 0 100011011 1100011 1000111

Color Harmonies of #D46BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BFE

Black with #D46BFE

Text Example


Text Example

White with #D46BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BFE; }

 p { color: rgb(212,107,254); }

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

background-color css

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

 a { background-color: rgb(212,107,254); }

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

border-color css

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

 span { border-color: rgb(212,107,254); }

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