Html Css Color HEX #DC7DFC Heliotrope

📋 copy color: '#DC7DFC'

red 220 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #DC7DFC

Tints of Heliotrope #DC7DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.94%

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 36.85%
G = 20.94%
B = 42.21%

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

#DC7DFC (or 0xDC7DFC) is known color: Heliotrope. HEX triplet: DC, 7D and FC. RGB value is (220,125,252). Sum of RGB (Red+Green+Blue) = 220+125+252=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFC is #238203. Grayscale: #A7A7A7. Windows color (decimal): -2327044 or 16547292. OLE color: 16547292.

HSL color Cylindrical-coordinate representation of color #DC7DFC: hue angle of 284.88º degrees, saturation: 0.95, 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 #DC7DFC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 125 252 -
CMYK 0.13 0.50 0 0.01
HSL 284.88º 0.95% 0.74% -
HSV(B) 284.88º 0.5% 0.99% -
XYZ 54.42 36.91 96.35 -
YUV 167.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 220 125 252 0.13 0.50 0 0.01 284.88 0.95 0.74
Hex DC 7D FC D 32 0 1 11D 5F 4A
Octal 334 175 374 15 62 0 1 435 137 112
Binary 11011100 1111101 11111100 1101 110010 0 1 100011101 1011111 1001010

Color Harmonies of #DC7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DFC

Black with #DC7DFC

Text Example


Text Example

White with #DC7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DFC; }

 p { color: rgb(220,125,252); }

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

background-color css

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

 a { background-color: rgb(220,125,252); }

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

border-color css

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

 span { border-color: rgb(220,125,252); }

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