Html Css Color HEX #DC7EFB Heliotrope

📋 copy color: '#DC7EFB'

red 220 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #DC7EFB

Tints of Heliotrope #DC7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.11%

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 36.85%
G = 21.11%
B = 42.04%

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

#DC7EFB (or 0xDC7EFB) is known color: Heliotrope. HEX triplet: DC, 7E and FB. RGB value is (220,126,251). Sum of RGB (Red+Green+Blue) = 220+126+251=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EFB is #238104. Grayscale: #A7A7A7. Windows color (decimal): -2326789 or 16482012. OLE color: 16482012.

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

Color convert

RGB 220 126 251 -
CMYK 0.12 0.50 0 0.02
HSL 285.12º 0.94% 0.74% -
HSV(B) 285.12º 0.5% 0.98% -
XYZ 54.39 37.1 95.56 -
YUV 168.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 220 126 251 0.12 0.50 0 0.02 285.12 0.94 0.74
Hex DC 7E FB C 32 0 2 11D 5E 4A
Octal 334 176 373 14 62 0 2 435 136 112
Binary 11011100 1111110 11111011 1100 110010 0 10 100011101 1011110 1001010

Color Harmonies of #DC7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EFB

Black with #DC7EFB

Text Example


Text Example

White with #DC7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EFB; }

 p { color: rgb(220,126,251); }

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

background-color css

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

 a { background-color: rgb(220,126,251); }

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

border-color css

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

 span { border-color: rgb(220,126,251); }

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