Html Css Color HEX #DC7AEF Heliotrope

📋 copy color: '#DC7AEF'

red 220 ◦ green 122 ◦ blue 239

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

Shades of Heliotrope #DC7AEF

Tints of Heliotrope #DC7AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 37.87%
G = 21%
B = 41.14%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC7AEF (or 0xDC7AEF) is known color: Heliotrope. HEX triplet: DC, 7A and EF. RGB value is (220,122,239). Sum of RGB (Red+Green+Blue) = 220+122+239=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AEF is #238510. Grayscale: #A4A4A4. Windows color (decimal): -2327825 or 15694556. OLE color: 15694556.

HSL color Cylindrical-coordinate representation of color #DC7AEF: hue angle of 290.26º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7AEF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 122 239 -
CMYK 0.08 0.49 0 0.06
HSL 290.26º 0.79% 0.71% -
HSV(B) 290.26º 0.49% 0.94% -
XYZ 52.05 35.37 85.74 -
YUV 164.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 220 122 239 0.08 0.49 0 0.06 290.26 0.79 0.71
Hex DC 7A EF 8 31 0 6 122 4F 47
Octal 334 172 357 10 61 0 6 442 117 107
Binary 11011100 1111010 11101111 1000 110001 0 110 100100010 1001111 1000111

Color Harmonies of #DC7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AEF

Black with #DC7AEF

Text Example


Text Example

White with #DC7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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