Html Css Color HEX #C60DEA Electric Purple

📋 copy color: '#C60DEA'

red 198 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #C60DEA

Tints of Electric Purple #C60DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 44.49%
G = 2.92%
B = 52.58%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C60DEA (or 0xC60DEA) is known color: Electric Purple. HEX triplet: C6, 0D and EA. RGB value is (198,13,234). Sum of RGB (Red+Green+Blue) = 198+13+234=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #C60DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DEA is #39F215. Grayscale: #5C5C5C. Windows color (decimal): -3797526 or 15338950. OLE color: 15338950.

HSL color Cylindrical-coordinate representation of color #C60DEA: hue angle of 290.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DEA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 13 234 -
CMYK 0.15 0.94 0 0.08
HSL 290.23º 0.89% 0.48% -
HSV(B) 290.23º 0.94% 0.92% -
XYZ 38.28 18.23 79.34 -
YUV 93.51 207.29 202.53 -
System Red Green Blue C M Y K H S L
Decimal 198 13 234 0.15 0.94 0 0.08 290.23 0.89 0.48
Hex C6 D EA F 5E 0 8 122 59 30
Octal 306 15 352 17 136 0 10 442 131 60
Binary 11000110 1101 11101010 1111 1011110 0 1000 100100010 1011001 110000

Color Harmonies of #C60DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DEA

Black with #C60DEA

Text Example


Text Example

White with #C60DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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