Html Css Color HEX #C603FA Electric Purple

📋 copy color: '#C603FA'

red 198 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #C603FA

Tints of Electric Purple #C603FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 43.9%
G = 0.67%
B = 55.43%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C603FA (or 0xC603FA) is known color: Electric Purple. HEX triplet: C6, 03 and FA. RGB value is (198,3,250). Sum of RGB (Red+Green+Blue) = 198+3+250=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C603FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C603FA is #39FC05. Grayscale: #585858. Windows color (decimal): -3800070 or 16384966. OLE color: 16384966.

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

Color convert

RGB 198 3 250 -
CMYK 0.21 0.99 0 0.02
HSL 287.37º 0.98% 0.5% -
HSV(B) 287.37º 0.99% 0.98% -
XYZ 40.58 18.97 91.97 -
YUV 89.46 218.6 205.42 -
System Red Green Blue C M Y K H S L
Decimal 198 3 250 0.21 0.99 0 0.02 287.37 0.98 0.5
Hex C6 3 FA 15 63 0 2 11F 62 32
Octal 306 3 372 25 143 0 2 437 142 62
Binary 11000110 11 11111010 10101 1100011 0 10 100011111 1100010 110010

Color Harmonies of #C603FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C603FA

Black with #C603FA

Text Example


Text Example

White with #C603FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C603FA; }

 p { color: rgb(198,3,250); }

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

background-color css

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

 a { background-color: rgb(198,3,250); }

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

border-color css

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

 span { border-color: rgb(198,3,250); }

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