Html Css Color HEX #DC7AED Heliotrope

📋 copy color: '#DC7AED'

red 220 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #DC7AED

Tints of Heliotrope #DC7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.07%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 38%
G = 21.07%
B = 40.93%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC7AED (or 0xDC7AED) is known color: Heliotrope. HEX triplet: DC, 7A and ED. RGB value is (220,122,237). Sum of RGB (Red+Green+Blue) = 220+122+237=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AED is #238512. Grayscale: #A4A4A4. Windows color (decimal): -2327827 or 15563484. OLE color: 15563484.

HSL color Cylindrical-coordinate representation of color #DC7AED: hue angle of 291.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7AED is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 122 237 -
CMYK 0.07 0.49 0 0.07
HSL 291.13º 0.76% 0.7% -
HSV(B) 291.13º 0.49% 0.93% -
XYZ 51.76 35.25 84.2 -
YUV 164.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 220 122 237 0.07 0.49 0 0.07 291.13 0.76 0.7
Hex DC 7A ED 7 31 0 7 123 4C 46
Octal 334 172 355 7 61 0 7 443 114 106
Binary 11011100 1111010 11101101 111 110001 0 111 100100011 1001100 1000110

Color Harmonies of #DC7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AED

Black with #DC7AED

Text Example


Text Example

White with #DC7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AED; }

 p { color: rgb(220,122,237); }

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

background-color css

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

 a { background-color: rgb(220,122,237); }

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

border-color css

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

 span { border-color: rgb(220,122,237); }

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