Html Css Color HEX #DC7DFF Heliotrope

📋 copy color: '#DC7DFF'

red 220 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #DC7DFF

Tints of Heliotrope #DC7DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 36.67%
G = 20.83%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC7DFF (or 0xDC7DFF) is known color: Heliotrope. HEX triplet: DC, 7D and FF. RGB value is (220,125,255). Sum of RGB (Red+Green+Blue) = 220+125+255=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFF is #238200. Grayscale: #A7A7A7. Windows color (decimal): -2327041 or 16743900. OLE color: 16743900.

HSL color Cylindrical-coordinate representation of color #DC7DFF: hue angle of 283.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7DFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 125 255 -
CMYK 0.14 0.51 0 0
HSL 283.85º 1% 0.75% -
HSV(B) 283.85º 0.51% 1% -
XYZ 54.9 37.1 98.88 -
YUV 168.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 220 125 255 0.14 0.51 0 0 283.85 1 0.75
Hex DC 7D FF E 33 0 0 11C 64 4B
Octal 334 175 377 16 63 0 0 434 144 113
Binary 11011100 1111101 11111111 1110 110011 0 0 100011100 1100100 1001011

Color Harmonies of #DC7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DFF

Black with #DC7DFF

Text Example


Text Example

White with #DC7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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