Html Css Color HEX #DC7AFB Heliotrope

📋 copy color: '#DC7AFB'

red 220 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #DC7AFB

Tints of Heliotrope #DC7AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 37.1%
G = 20.57%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7AFB (or 0xDC7AFB) is known color: Heliotrope. HEX triplet: DC, 7A and FB. RGB value is (220,122,251). Sum of RGB (Red+Green+Blue) = 220+122+251=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFB is #238504. Grayscale: #A5A5A5. Windows color (decimal): -2327813 or 16480988. OLE color: 16480988.

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

Color convert

RGB 220 122 251 -
CMYK 0.12 0.51 0 0.02
HSL 285.58º 0.94% 0.73% -
HSV(B) 285.58º 0.51% 0.98% -
XYZ 53.89 36.1 95.39 -
YUV 166.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 220 122 251 0.12 0.51 0 0.02 285.58 0.94 0.73
Hex DC 7A FB C 33 0 2 11E 5E 49
Octal 334 172 373 14 63 0 2 436 136 111
Binary 11011100 1111010 11111011 1100 110011 0 10 100011110 1011110 1001001

Color Harmonies of #DC7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AFB

Black with #DC7AFB

Text Example


Text Example

White with #DC7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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