Html Css Color HEX #C60CED Electric Purple

📋 copy color: '#C60CED'

red 198 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C60CED

Tints of Electric Purple #C60CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 44.3%
G = 2.68%
B = 53.02%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C60CED (or 0xC60CED) is known color: Electric Purple. HEX triplet: C6, 0C and ED. RGB value is (198,12,237). Sum of RGB (Red+Green+Blue) = 198+12+237=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C60CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CED is #39F312. Grayscale: #5C5C5C. Windows color (decimal): -3797779 or 15535302. OLE color: 15535302.

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

Color convert

RGB 198 12 237 -
CMYK 0.16 0.95 0 0.07
HSL 289.6º 0.9% 0.49% -
HSV(B) 289.6º 0.95% 0.93% -
XYZ 38.71 18.38 81.63 -
YUV 93.26 209.12 202.7 -
System Red Green Blue C M Y K H S L
Decimal 198 12 237 0.16 0.95 0 0.07 289.6 0.9 0.49
Hex C6 C ED 10 5F 0 7 122 5A 31
Octal 306 14 355 20 137 0 7 442 132 61
Binary 11000110 1100 11101101 10000 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C60CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CED

Black with #C60CED

Text Example


Text Example

White with #C60CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CED; }

 p { color: rgb(198,12,237); }

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

background-color css

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

 a { background-color: rgb(198,12,237); }

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

border-color css

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

 span { border-color: rgb(198,12,237); }

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