Html Css Color HEX #D060ED Heliotrope

📋 copy color: '#D060ED'

red 208 ◦ green 96 ◦ blue 237

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

Shades of Heliotrope #D060ED

Tints of Heliotrope #D060ED

RGB

 RED value IS 208 (81.64% from 255) = 38.45%

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

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

R = 38.45%
G = 17.74%
B = 43.81%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D060ED (or 0xD060ED) is known color: Heliotrope. HEX triplet: D0, 60 and ED. RGB value is (208,96,237). Sum of RGB (Red+Green+Blue) = 208+96+237=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D060ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060ED is #2F9F12. Grayscale: #919191. Windows color (decimal): -3120915 or 15556816. OLE color: 15556816.

HSL color Cylindrical-coordinate representation of color #D060ED: hue angle of 287.66º 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 #D060ED is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 96 237 -
CMYK 0.12 0.59 0 0.07
HSL 287.66º 0.8% 0.65% -
HSV(B) 287.66º 0.59% 0.93% -
XYZ 45.48 27.89 83.11 -
YUV 145.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 208 96 237 0.12 0.59 0 0.07 287.66 0.8 0.65
Hex D0 60 ED C 3B 0 7 120 50 41
Octal 320 140 355 14 73 0 7 440 120 101
Binary 11010000 1100000 11101101 1100 111011 0 111 100100000 1010000 1000001

Color Harmonies of #D060ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060ED

Black with #D060ED

Text Example


Text Example

White with #D060ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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