Html Css Color HEX #D650FA Heliotrope

📋 copy color: '#D650FA'

red 214 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #D650FA

Tints of Heliotrope #D650FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.71%

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

R = 39.34%
G = 14.71%
B = 45.96%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D650FA (or 0xD650FA) is known color: Heliotrope. HEX triplet: D6, 50 and FA. RGB value is (214,80,250). Sum of RGB (Red+Green+Blue) = 214+80+250=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D650FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D650FA is #29AF05. Grayscale: #8A8A8A. Windows color (decimal): -2731782 or 16404694. OLE color: 16404694.

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

Color convert

RGB 214 80 250 -
CMYK 0.14 0.68 0 0.02
HSL 287.29º 0.94% 0.65% -
HSV(B) 287.29º 0.68% 0.98% -
XYZ 47.86 26.94 93.12 -
YUV 139.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 214 80 250 0.14 0.68 0 0.02 287.29 0.94 0.65
Hex D6 50 FA E 44 0 2 11F 5E 41
Octal 326 120 372 16 104 0 2 437 136 101
Binary 11010110 1010000 11111010 1110 1000100 0 10 100011111 1011110 1000001

Color Harmonies of #D650FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650FA

Black with #D650FA

Text Example


Text Example

White with #D650FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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