Html Css Color HEX #C60CFD Electric Purple

📋 copy color: '#C60CFD'

red 198 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C60CFD

Tints of Electric Purple #C60CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 42.76%
G = 2.59%
B = 54.64%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C60CFD (or 0xC60CFD) is known color: Electric Purple. HEX triplet: C6, 0C and FD. RGB value is (198,12,253). Sum of RGB (Red+Green+Blue) = 198+12+253=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C60CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60CFD is #39F302. Grayscale: #5E5E5E. Windows color (decimal): -3797763 or 16583878. OLE color: 16583878.

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

Color convert

RGB 198 12 253 -
CMYK 0.22 0.95 0 0.01
HSL 286.31º 0.98% 0.52% -
HSV(B) 286.31º 0.95% 0.99% -
XYZ 41.15 19.36 94.5 -
YUV 95.09 217.12 201.4 -
System Red Green Blue C M Y K H S L
Decimal 198 12 253 0.22 0.95 0 0.01 286.31 0.98 0.52
Hex C6 C FD 16 5F 0 1 11E 62 34
Octal 306 14 375 26 137 0 1 436 142 64
Binary 11000110 1100 11111101 10110 1011111 0 1 100011110 1100010 110100

Color Harmonies of #C60CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60CFD

Black with #C60CFD

Text Example


Text Example

White with #C60CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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