Html Css Color HEX #C60CFB Electric Purple

📋 copy color: '#C60CFB'

red 198 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #C60CFB

Tints of Electric Purple #C60CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 42.95%
G = 2.6%
B = 54.45%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C60CFB (or 0xC60CFB) is known color: Electric Purple. HEX triplet: C6, 0C and FB. RGB value is (198,12,251). Sum of RGB (Red+Green+Blue) = 198+12+251=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C60CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CFB is #39F304. Grayscale: #5E5E5E. Windows color (decimal): -3797765 or 16452806. OLE color: 16452806.

HSL color Cylindrical-coordinate representation of color #C60CFB: hue angle of 286.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CFB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 12 251 -
CMYK 0.21 0.95 0 0.02
HSL 286.69º 0.97% 0.52% -
HSV(B) 286.69º 0.95% 0.98% -
XYZ 40.83 19.23 92.83 -
YUV 94.86 216.12 201.57 -
System Red Green Blue C M Y K H S L
Decimal 198 12 251 0.21 0.95 0 0.02 286.69 0.97 0.52
Hex C6 C FB 15 5F 0 2 11F 61 34
Octal 306 14 373 25 137 0 2 437 141 64
Binary 11000110 1100 11111011 10101 1011111 0 10 100011111 1100001 110100

Color Harmonies of #C60CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CFB

Black with #C60CFB

Text Example


Text Example

White with #C60CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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