Html Css Color HEX #D660FA Heliotrope

📋 copy color: '#D660FA'

red 214 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D660FA

Tints of Heliotrope #D660FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.14%

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

R = 38.21%
G = 17.14%
B = 44.64%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D660FA (or 0xD660FA) is known color: Heliotrope. HEX triplet: D6, 60 and FA. RGB value is (214,96,250). Sum of RGB (Red+Green+Blue) = 214+96+250=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D660FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660FA is #299F05. Grayscale: #949494. Windows color (decimal): -2727686 or 16408790. OLE color: 16408790.

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

Color convert

RGB 214 96 250 -
CMYK 0.14 0.62 0 0.02
HSL 285.97º 0.94% 0.68% -
HSV(B) 285.97º 0.62% 0.98% -
XYZ 49.17 29.56 93.56 -
YUV 148.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 214 96 250 0.14 0.62 0 0.02 285.97 0.94 0.68
Hex D6 60 FA E 3E 0 2 11E 5E 44
Octal 326 140 372 16 76 0 2 436 136 104
Binary 11010110 1100000 11111010 1110 111110 0 10 100011110 1011110 1000100

Color Harmonies of #D660FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660FA

Black with #D660FA

Text Example


Text Example

White with #D660FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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