Html Css Color HEX #C203FD Electric Purple

📋 copy color: '#C203FD'

red 194 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #C203FD

Tints of Electric Purple #C203FD

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

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

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

R = 43.11%
G = 0.67%
B = 56.22%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C203FD (or 0xC203FD) is known color: Electric Purple. HEX triplet: C2, 03 and FD. RGB value is (194,3,253). Sum of RGB (Red+Green+Blue) = 194+3+253=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C203FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203FD is #3DFC02. Grayscale: #575757. Windows color (decimal): -4062211 or 16581570. OLE color: 16581570.

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

Color convert

RGB 194 3 253 -
CMYK 0.23 0.99 0 0.01
HSL 285.84º 0.98% 0.5% -
HSV(B) 285.84º 0.99% 0.99% -
XYZ 40.01 18.63 94.41 -
YUV 88.61 220.78 203.17 -
System Red Green Blue C M Y K H S L
Decimal 194 3 253 0.23 0.99 0 0.01 285.84 0.98 0.5
Hex C2 3 FD 17 63 0 1 11E 62 32
Octal 302 3 375 27 143 0 1 436 142 62
Binary 11000010 11 11111101 10111 1100011 0 1 100011110 1100010 110010

Color Harmonies of #C203FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203FD

Black with #C203FD

Text Example


Text Example

White with #C203FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203FD; }

 p { color: rgb(194,3,253); }

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

background-color css

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

 a { background-color: rgb(194,3,253); }

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

border-color css

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

 span { border-color: rgb(194,3,253); }

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