Html Css Color HEX #DC7FF7 Heliotrope

📋 copy color: '#DC7FF7'

red 220 ◦ green 127 ◦ blue 247

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

Shades of Heliotrope #DC7FF7

Tints of Heliotrope #DC7FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 21.38%

 BLUE value IS 247 (96.88% from 255) = 41.58%

R = 37.04%
G = 21.38%
B = 41.58%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC7FF7 (or 0xDC7FF7) is known color: Heliotrope. HEX triplet: DC, 7F and F7. RGB value is (220,127,247). Sum of RGB (Red+Green+Blue) = 220+127+247=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC7FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF7 is #238008. Grayscale: #A8A8A8. Windows color (decimal): -2326537 or 16220124. OLE color: 16220124.

HSL color Cylindrical-coordinate representation of color #DC7FF7: hue angle of 286.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7FF7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 127 247 -
CMYK 0.11 0.49 0 0.03
HSL 286.5º 0.88% 0.73% -
HSV(B) 286.5º 0.49% 0.97% -
XYZ 53.89 37.11 92.32 -
YUV 168.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 220 127 247 0.11 0.49 0 0.03 286.5 0.88 0.73
Hex DC 7F F7 B 31 0 3 11E 58 49
Octal 334 177 367 13 61 0 3 436 130 111
Binary 11011100 1111111 11110111 1011 110001 0 11 100011110 1011000 1001001

Color Harmonies of #DC7FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FF7

Black with #DC7FF7

Text Example


Text Example

White with #DC7FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FF7; }

 p { color: rgb(220,127,247); }

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

background-color css

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

 a { background-color: rgb(220,127,247); }

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

border-color css

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

 span { border-color: rgb(220,127,247); }

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