Html Css Color HEX #D660ED Heliotrope

📋 copy color: '#D660ED'

red 214 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #D660ED

Tints of Heliotrope #D660ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 39.12%
G = 17.55%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D660ED (or 0xD660ED) is known color: Heliotrope. HEX triplet: D6, 60 and ED. RGB value is (214,96,237). Sum of RGB (Red+Green+Blue) = 214+96+237=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D660ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660ED is #299F12. Grayscale: #929292. Windows color (decimal): -2727699 or 15556822. OLE color: 15556822.

HSL color Cylindrical-coordinate representation of color #D660ED: hue angle of 290.21º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D660ED is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 96 237 -
CMYK 0.10 0.59 0 0.07
HSL 290.21º 0.8% 0.65% -
HSV(B) 290.21º 0.59% 0.93% -
XYZ 47.2 28.78 83.19 -
YUV 147.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 214 96 237 0.10 0.59 0 0.07 290.21 0.8 0.65
Hex D6 60 ED A 3B 0 7 122 50 41
Octal 326 140 355 12 73 0 7 442 120 101
Binary 11010110 1100000 11101101 1010 111011 0 111 100100010 1010000 1000001

Color Harmonies of #D660ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660ED

Black with #D660ED

Text Example


Text Example

White with #D660ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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