Html Css Color HEX #DC7CF1 Heliotrope

📋 copy color: '#DC7CF1'

red 220 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #DC7CF1

Tints of Heliotrope #DC7CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 37.61%
G = 21.2%
B = 41.2%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7CF1 (or 0xDC7CF1) is known color: Heliotrope. HEX triplet: DC, 7C and F1. RGB value is (220,124,241). Sum of RGB (Red+Green+Blue) = 220+124+241=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF1 is #23830E. Grayscale: #A5A5A5. Windows color (decimal): -2327311 or 15826140. OLE color: 15826140.

HSL color Cylindrical-coordinate representation of color #DC7CF1: hue angle of 289.23º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7CF1 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 124 241 -
CMYK 0.09 0.49 0 0.05
HSL 289.23º 0.81% 0.72% -
HSV(B) 289.23º 0.49% 0.95% -
XYZ 52.6 35.98 87.39 -
YUV 166.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 220 124 241 0.09 0.49 0 0.05 289.23 0.81 0.72
Hex DC 7C F1 9 31 0 5 121 51 48
Octal 334 174 361 11 61 0 5 441 121 110
Binary 11011100 1111100 11110001 1001 110001 0 101 100100001 1010001 1001000

Color Harmonies of #DC7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CF1

Black with #DC7CF1

Text Example


Text Example

White with #DC7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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