Html Css Color HEX #D663FA Heliotrope

📋 copy color: '#D663FA'

red 214 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #D663FA

Tints of Heliotrope #D663FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.58%

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

R = 38.01%
G = 17.58%
B = 44.4%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D663FA (or 0xD663FA) is known color: Heliotrope. HEX triplet: D6, 63 and FA. RGB value is (214,99,250). Sum of RGB (Red+Green+Blue) = 214+99+250=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D663FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663FA is #299C05. Grayscale: #969696. Windows color (decimal): -2726918 or 16409558. OLE color: 16409558.

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

Color convert

RGB 214 99 250 -
CMYK 0.14 0.60 0 0.02
HSL 285.7º 0.94% 0.68% -
HSV(B) 285.7º 0.6% 0.98% -
XYZ 49.45 30.12 93.65 -
YUV 150.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 214 99 250 0.14 0.60 0 0.02 285.7 0.94 0.68
Hex D6 63 FA E 3C 0 2 11E 5E 44
Octal 326 143 372 16 74 0 2 436 136 104
Binary 11010110 1100011 11111010 1110 111100 0 10 100011110 1011110 1000100

Color Harmonies of #D663FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663FA

Black with #D663FA

Text Example


Text Example

White with #D663FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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