Html Css Color HEX #D075FA Heliotrope

📋 copy color: '#D075FA'

red 208 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #D075FA

Tints of Heliotrope #D075FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.35%

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

R = 36.17%
G = 20.35%
B = 43.48%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D075FA (or 0xD075FA) is known color: Heliotrope. HEX triplet: D0, 75 and FA. RGB value is (208,117,250). Sum of RGB (Red+Green+Blue) = 208+117+250=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D075FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075FA is #2F8A05. Grayscale: #9E9E9E. Windows color (decimal): -3115526 or 16414160. OLE color: 16414160.

HSL color Cylindrical-coordinate representation of color #D075FA: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D075FA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 117 250 -
CMYK 0.17 0.53 0 0.02
HSL 281.05º 0.93% 0.72% -
HSV(B) 281.05º 0.53% 0.98% -
XYZ 49.63 33.03 94.2 -
YUV 159.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 208 117 250 0.17 0.53 0 0.02 281.05 0.93 0.72
Hex D0 75 FA 11 35 0 2 119 5D 48
Octal 320 165 372 21 65 0 2 431 135 110
Binary 11010000 1110101 11111010 10001 110101 0 10 100011001 1011101 1001000

Color Harmonies of #D075FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075FA

Black with #D075FA

Text Example


Text Example

White with #D075FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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