Html Css Color HEX #DC7FEF Heliotrope

📋 copy color: '#DC7FEF'

red 220 ◦ green 127 ◦ blue 239

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

Shades of Heliotrope #DC7FEF

Tints of Heliotrope #DC7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.78%

R = 37.54%
G = 21.67%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC7FEF (or 0xDC7FEF) is known color: Heliotrope. HEX triplet: DC, 7F and EF. RGB value is (220,127,239). Sum of RGB (Red+Green+Blue) = 220+127+239=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FEF is #238010. Grayscale: #A7A7A7. Windows color (decimal): -2326545 or 15695836. OLE color: 15695836.

HSL color Cylindrical-coordinate representation of color #DC7FEF: hue angle of 289.82º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7FEF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 127 239 -
CMYK 0.08 0.47 0 0.06
HSL 289.82º 0.78% 0.72% -
HSV(B) 289.82º 0.47% 0.94% -
XYZ 52.68 36.63 85.95 -
YUV 167.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 220 127 239 0.08 0.47 0 0.06 289.82 0.78 0.72
Hex DC 7F EF 8 2F 0 6 122 4E 48
Octal 334 177 357 10 57 0 6 442 116 110
Binary 11011100 1111111 11101111 1000 101111 0 110 100100010 1001110 1001000

Color Harmonies of #DC7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FEF

Black with #DC7FEF

Text Example


Text Example

White with #DC7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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