Html Css Color HEX #C60DEF Electric Purple

📋 copy color: '#C60DEF'

red 198 ◦ green 13 ◦ blue 239

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

Shades of Electric Purple #C60DEF

Tints of Electric Purple #C60DEF

RGB

 RED value IS 198 (77.73% from 255) = 44%

 GREEN value IS 13 (5.47% from 255) = 2.89%

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

R = 44%
G = 2.89%
B = 53.11%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C60DEF (or 0xC60DEF) is known color: Electric Purple. HEX triplet: C6, 0D and EF. RGB value is (198,13,239). Sum of RGB (Red+Green+Blue) = 198+13+239=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #C60DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DEF is #39F210. Grayscale: #5D5D5D. Windows color (decimal): -3797521 or 15666630. OLE color: 15666630.

HSL color Cylindrical-coordinate representation of color #C60DEF: hue angle of 289.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DEF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 13 239 -
CMYK 0.17 0.95 0 0.06
HSL 289.12º 0.9% 0.49% -
HSV(B) 289.12º 0.95% 0.94% -
XYZ 39.01 18.53 83.18 -
YUV 94.08 209.79 202.12 -
System Red Green Blue C M Y K H S L
Decimal 198 13 239 0.17 0.95 0 0.06 289.12 0.9 0.49
Hex C6 D EF 11 5F 0 6 121 5A 31
Octal 306 15 357 21 137 0 6 441 132 61
Binary 11000110 1101 11101111 10001 1011111 0 110 100100001 1011010 110001

Color Harmonies of #C60DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DEF

Black with #C60DEF

Text Example


Text Example

White with #C60DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DEF; }

 p { color: rgb(198,13,239); }

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

background-color css

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

 a { background-color: rgb(198,13,239); }

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

border-color css

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

 span { border-color: rgb(198,13,239); }

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