Html Css Color HEX #C506FC Electric Purple

📋 copy color: '#C506FC'

red 197 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #C506FC

Tints of Electric Purple #C506FC

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

 GREEN value IS 6 (2.73% from 255) = 1.32%

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 43.3%
G = 1.32%
B = 55.38%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C506FC (or 0xC506FC) is known color: Electric Purple. HEX triplet: C5, 06 and FC. RGB value is (197,6,252). Sum of RGB (Red+Green+Blue) = 197+6+252=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C506FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506FC is #3AF903. Grayscale: #5A5A5A. Windows color (decimal): -3864836 or 16516805. OLE color: 16516805.

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

Color convert

RGB 197 6 252 -
CMYK 0.22 0.98 0 0.01
HSL 286.59º 0.98% 0.51% -
HSV(B) 286.59º 0.98% 0.99% -
XYZ 40.66 19.03 93.63 -
YUV 91.15 218.78 203.5 -
System Red Green Blue C M Y K H S L
Decimal 197 6 252 0.22 0.98 0 0.01 286.59 0.98 0.51
Hex C5 6 FC 16 62 0 1 11F 62 33
Octal 305 6 374 26 142 0 1 437 142 63
Binary 11000101 110 11111100 10110 1100010 0 1 100011111 1100010 110011

Color Harmonies of #C506FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C506FC

Black with #C506FC

Text Example


Text Example

White with #C506FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C506FC; }

 p { color: rgb(197,6,252); }

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

background-color css

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

 a { background-color: rgb(197,6,252); }

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

border-color css

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

 span { border-color: rgb(197,6,252); }

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