Html Css Color HEX #DC6DFA Heliotrope

📋 copy color: '#DC6DFA'

red 220 ◦ green 109 ◦ blue 250

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

Shades of Heliotrope #DC6DFA

Tints of Heliotrope #DC6DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.83%

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

R = 38%
G = 18.83%
B = 43.18%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6DFA (or 0xDC6DFA) is known color: Heliotrope. HEX triplet: DC, 6D and FA. RGB value is (220,109,250). Sum of RGB (Red+Green+Blue) = 220+109+250=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DFA is #239205. Grayscale: #9D9D9D. Windows color (decimal): -2331142 or 16412124. OLE color: 16412124.

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

Color convert

RGB 220 109 250 -
CMYK 0.12 0.56 0 0.02
HSL 287.23º 0.93% 0.7% -
HSV(B) 287.23º 0.56% 0.98% -
XYZ 52.24 33.06 94.07 -
YUV 158.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 220 109 250 0.12 0.56 0 0.02 287.23 0.93 0.7
Hex DC 6D FA C 38 0 2 11F 5D 46
Octal 334 155 372 14 70 0 2 437 135 106
Binary 11011100 1101101 11111010 1100 111000 0 10 100011111 1011101 1000110

Color Harmonies of #DC6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DFA

Black with #DC6DFA

Text Example


Text Example

White with #DC6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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