Html Css Color HEX #DC7DFA Heliotrope

📋 copy color: '#DC7DFA'

red 220 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #DC7DFA

Tints of Heliotrope #DC7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.01%

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

R = 36.97%
G = 21.01%
B = 42.02%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7DFA (or 0xDC7DFA) is known color: Heliotrope. HEX triplet: DC, 7D and FA. RGB value is (220,125,250). Sum of RGB (Red+Green+Blue) = 220+125+250=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFA is #238205. Grayscale: #A7A7A7. Windows color (decimal): -2327046 or 16416220. OLE color: 16416220.

HSL color Cylindrical-coordinate representation of color #DC7DFA: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7DFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 125 250 -
CMYK 0.12 0.50 0 0.02
HSL 285.6º 0.93% 0.74% -
HSV(B) 285.6º 0.5% 0.98% -
XYZ 54.1 36.79 94.69 -
YUV 167.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 220 125 250 0.12 0.50 0 0.02 285.6 0.93 0.74
Hex DC 7D FA C 32 0 2 11E 5D 4A
Octal 334 175 372 14 62 0 2 436 135 112
Binary 11011100 1111101 11111010 1100 110010 0 10 100011110 1011101 1001010

Color Harmonies of #DC7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DFA

Black with #DC7DFA

Text Example


Text Example

White with #DC7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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