Html Css Color HEX #EC7DFC Violet

📋 copy color: '#EC7DFC'

red 236 ◦ green 125 ◦ blue 252

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

Shades of Violet #EC7DFC

Tints of Violet #EC7DFC

RGB

 RED value IS 236 (92.58% from 255) = 38.5%

 GREEN value IS 125 (49.22% from 255) = 20.39%

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 38.5%
G = 20.39%
B = 41.11%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC7DFC (or 0xEC7DFC) is known color: Violet. HEX triplet: EC, 7D and FC. RGB value is (236,125,252). Sum of RGB (Red+Green+Blue) = 236+125+252=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DFC is #138203. Grayscale: #ACACAC. Windows color (decimal): -1278468 or 16547308. OLE color: 16547308.

HSL color Cylindrical-coordinate representation of color #EC7DFC: hue angle of 292.44º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7DFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 125 252 -
CMYK 0.06 0.50 0 0.01
HSL 292.44º 0.95% 0.74% -
HSV(B) 292.44º 0.5% 0.99% -
XYZ 59.5 39.53 96.59 -
YUV 172.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 236 125 252 0.06 0.50 0 0.01 292.44 0.95 0.74
Hex EC 7D FC 6 32 0 1 124 5F 4A
Octal 354 175 374 6 62 0 1 444 137 112
Binary 11101100 1111101 11111100 110 110010 0 1 100100100 1011111 1001010

Color Harmonies of #EC7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DFC

Black with #EC7DFC

Text Example


Text Example

White with #EC7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DFC; }

 p { color: rgb(236,125,252); }

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

background-color css

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

 a { background-color: rgb(236,125,252); }

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

border-color css

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

 span { border-color: rgb(236,125,252); }

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