Html Css Color HEX #DC75FA Heliotrope

📋 copy color: '#DC75FA'

red 220 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #DC75FA

Tints of Heliotrope #DC75FA

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

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

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

R = 37.48%
G = 19.93%
B = 42.59%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC75FA (or 0xDC75FA) is known color: Heliotrope. HEX triplet: DC, 75 and FA. RGB value is (220,117,250). Sum of RGB (Red+Green+Blue) = 220+117+250=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75FA is #238A05. Grayscale: #A2A2A2. Windows color (decimal): -2329094 or 16414172. OLE color: 16414172.

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

Color convert

RGB 220 117 250 -
CMYK 0.12 0.53 0 0.02
HSL 286.47º 0.93% 0.72% -
HSV(B) 286.47º 0.53% 0.98% -
XYZ 53.13 34.84 94.37 -
YUV 162.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 220 117 250 0.12 0.53 0 0.02 286.47 0.93 0.72
Hex DC 75 FA C 35 0 2 11E 5D 48
Octal 334 165 372 14 65 0 2 436 135 110
Binary 11011100 1110101 11111010 1100 110101 0 10 100011110 1011101 1001000

Color Harmonies of #DC75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75FA

Black with #DC75FA

Text Example


Text Example

White with #DC75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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