Html Css Color HEX #DC7CF9 Heliotrope

📋 copy color: '#DC7CF9'

red 220 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #DC7CF9

Tints of Heliotrope #DC7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.91%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 37.1%
G = 20.91%
B = 41.99%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC7CF9 (or 0xDC7CF9) is known color: Heliotrope. HEX triplet: DC, 7C and F9. RGB value is (220,124,249). Sum of RGB (Red+Green+Blue) = 220+124+249=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF9 is #238306. Grayscale: #A6A6A6. Windows color (decimal): -2327303 or 16350428. OLE color: 16350428.

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

Color convert

RGB 220 124 249 -
CMYK 0.12 0.50 0 0.02
HSL 286.08º 0.91% 0.73% -
HSV(B) 286.08º 0.5% 0.98% -
XYZ 53.82 36.47 93.83 -
YUV 166.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 220 124 249 0.12 0.50 0 0.02 286.08 0.91 0.73
Hex DC 7C F9 C 32 0 2 11E 5B 49
Octal 334 174 371 14 62 0 2 436 133 111
Binary 11011100 1111100 11111001 1100 110010 0 10 100011110 1011011 1001001

Color Harmonies of #DC7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CF9

Black with #DC7CF9

Text Example


Text Example

White with #DC7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CF9; }

 p { color: rgb(220,124,249); }

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

background-color css

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

 a { background-color: rgb(220,124,249); }

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

border-color css

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

 span { border-color: rgb(220,124,249); }

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