Html Css Color HEX #C60BEC Electric Purple

📋 copy color: '#C60BEC'

red 198 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C60BEC

Tints of Electric Purple #C60BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

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

R = 44.49%
G = 2.47%
B = 53.03%

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

#C60BEC (or 0xC60BEC) is known color: Electric Purple. HEX triplet: C6, 0B and EC. RGB value is (198,11,236). Sum of RGB (Red+Green+Blue) = 198+11+236=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C60BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BEC is #39F413. Grayscale: #5B5B5B. Windows color (decimal): -3798036 or 15469510. OLE color: 15469510.

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

Color convert

RGB 198 11 236 -
CMYK 0.16 0.95 0 0.07
HSL 289.87º 0.91% 0.48% -
HSV(B) 289.87º 0.95% 0.93% -
XYZ 38.55 18.3 80.86 -
YUV 92.56 208.95 203.2 -
System Red Green Blue C M Y K H S L
Decimal 198 11 236 0.16 0.95 0 0.07 289.87 0.91 0.48
Hex C6 B EC 10 5F 0 7 122 5B 30
Octal 306 13 354 20 137 0 7 442 133 60
Binary 11000110 1011 11101100 10000 1011111 0 111 100100010 1011011 110000

Color Harmonies of #C60BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BEC

Black with #C60BEC

Text Example


Text Example

White with #C60BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BEC; }

 p { color: rgb(198,11,236); }

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

background-color css

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

 a { background-color: rgb(198,11,236); }

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

border-color css

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

 span { border-color: rgb(198,11,236); }

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