Html Css Color HEX #D646FA Heliotrope

📋 copy color: '#D646FA'

red 214 ◦ green 70 ◦ blue 250

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

Shades of Heliotrope #D646FA

Tints of Heliotrope #D646FA

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 70 (27.73% from 255) = 13.11%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 40.07%
G = 13.11%
B = 46.82%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D646FA (or 0xD646FA) is known color: Heliotrope. HEX triplet: D6, 46 and FA. RGB value is (214,70,250). Sum of RGB (Red+Green+Blue) = 214+70+250=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 70 (27.73% from 255 or 13.11% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #D646FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646FA is #29B905. Grayscale: #858585. Windows color (decimal): -2734342 or 16402134. OLE color: 16402134.

HSL color Cylindrical-coordinate representation of color #D646FA: hue angle of 288º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D646FA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 70 250 -
CMYK 0.14 0.72 0 0.02
HSL 288º 0.95% 0.63% -
HSV(B) 288º 0.72% 0.98% -
XYZ 47.18 25.58 92.89 -
YUV 133.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 214 70 250 0.14 0.72 0 0.02 288 0.95 0.63
Hex D6 46 FA E 48 0 2 120 5F 3F
Octal 326 106 372 16 110 0 2 440 137 77
Binary 11010110 1000110 11111010 1110 1001000 0 10 100100000 1011111 111111

Color Harmonies of #D646FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646FA

Black with #D646FA

Text Example


Text Example

White with #D646FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646FA; }

 p { color: rgb(214,70,250); }

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

background-color css

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

 a { background-color: rgb(214,70,250); }

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

border-color css

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

 span { border-color: rgb(214,70,250); }

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