Html Css Color HEX #DC7CEC Heliotrope

📋 copy color: '#DC7CEC'

red 220 ◦ green 124 ◦ blue 236

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

Shades of Heliotrope #DC7CEC

Tints of Heliotrope #DC7CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 37.93%
G = 21.38%
B = 40.69%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC7CEC (or 0xDC7CEC) is known color: Heliotrope. HEX triplet: DC, 7C and EC. RGB value is (220,124,236). Sum of RGB (Red+Green+Blue) = 220+124+236=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CEC is #238313. Grayscale: #A5A5A5. Windows color (decimal): -2327316 or 15498460. OLE color: 15498460.

HSL color Cylindrical-coordinate representation of color #DC7CEC: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7CEC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 124 236 -
CMYK 0.07 0.47 0 0.07
HSL 291.43º 0.75% 0.71% -
HSV(B) 291.43º 0.47% 0.93% -
XYZ 51.86 35.69 83.51 -
YUV 165.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 220 124 236 0.07 0.47 0 0.07 291.43 0.75 0.71
Hex DC 7C EC 7 2F 0 7 123 4B 47
Octal 334 174 354 7 57 0 7 443 113 107
Binary 11011100 1111100 11101100 111 101111 0 111 100100011 1001011 1000111

Color Harmonies of #DC7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CEC

Black with #DC7CEC

Text Example


Text Example

White with #DC7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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