Html Css Color HEX #DC7EFD Heliotrope

📋 copy color: '#DC7EFD'

red 220 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #DC7EFD

Tints of Heliotrope #DC7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.04%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 36.73%
G = 21.04%
B = 42.24%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC7EFD (or 0xDC7EFD) is known color: Heliotrope. HEX triplet: DC, 7E and FD. RGB value is (220,126,253). Sum of RGB (Red+Green+Blue) = 220+126+253=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EFD is #238102. Grayscale: #A8A8A8. Windows color (decimal): -2326787 or 16613084. OLE color: 16613084.

HSL color Cylindrical-coordinate representation of color #DC7EFD: hue angle of 284.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7EFD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 126 253 -
CMYK 0.13 0.50 0 0.01
HSL 284.41º 0.97% 0.74% -
HSV(B) 284.41º 0.5% 0.99% -
XYZ 54.71 37.23 97.23 -
YUV 168.58 175.64 164.67 -
System Red Green Blue C M Y K H S L
Decimal 220 126 253 0.13 0.50 0 0.01 284.41 0.97 0.74
Hex DC 7E FD D 32 0 1 11C 61 4A
Octal 334 176 375 15 62 0 1 434 141 112
Binary 11011100 1111110 11111101 1101 110010 0 1 100011100 1100001 1001010

Color Harmonies of #DC7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EFD

Black with #DC7EFD

Text Example


Text Example

White with #DC7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EFD; }

 p { color: rgb(220,126,253); }

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

background-color css

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

 a { background-color: rgb(220,126,253); }

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

border-color css

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

 span { border-color: rgb(220,126,253); }

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