Html Css Color HEX #D060FA Heliotrope

📋 copy color: '#D060FA'

red 208 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D060FA

Tints of Heliotrope #D060FA

RGB

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

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

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

R = 37.55%
G = 17.33%
B = 45.13%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D060FA (or 0xD060FA) is known color: Heliotrope. HEX triplet: D0, 60 and FA. RGB value is (208,96,250). Sum of RGB (Red+Green+Blue) = 208+96+250=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #D060FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060FA is #2F9F05. Grayscale: #929292. Windows color (decimal): -3120902 or 16408784. OLE color: 16408784.

HSL color Cylindrical-coordinate representation of color #D060FA: hue angle of 283.64º 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 #D060FA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 96 250 -
CMYK 0.17 0.62 0 0.02
HSL 283.64º 0.94% 0.68% -
HSV(B) 283.64º 0.62% 0.98% -
XYZ 47.45 28.68 93.48 -
YUV 147.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 208 96 250 0.17 0.62 0 0.02 283.64 0.94 0.68
Hex D0 60 FA 11 3E 0 2 11C 5E 44
Octal 320 140 372 21 76 0 2 434 136 104
Binary 11010000 1100000 11111010 10001 111110 0 10 100011100 1011110 1000100

Color Harmonies of #D060FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060FA

Black with #D060FA

Text Example


Text Example

White with #D060FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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