Html Css Color HEX #C203ED Electric Purple

📋 copy color: '#C203ED'

red 194 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #C203ED

Tints of Electric Purple #C203ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 44.7%
G = 0.69%
B = 54.61%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C203ED (or 0xC203ED) is known color: Electric Purple. HEX triplet: C2, 03 and ED. RGB value is (194,3,237). Sum of RGB (Red+Green+Blue) = 194+3+237=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #C203ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203ED is #3DFC12. Grayscale: #565656. Windows color (decimal): -4062227 or 15532994. OLE color: 15532994.

HSL color Cylindrical-coordinate representation of color #C203ED: hue angle of 288.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203ED is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 3 237 -
CMYK 0.18 0.99 0 0.07
HSL 288.97º 0.98% 0.47% -
HSV(B) 288.97º 0.99% 0.93% -
XYZ 37.57 17.65 81.55 -
YUV 86.79 212.78 204.47 -
System Red Green Blue C M Y K H S L
Decimal 194 3 237 0.18 0.99 0 0.07 288.97 0.98 0.47
Hex C2 3 ED 12 63 0 7 121 62 2F
Octal 302 3 355 22 143 0 7 441 142 57
Binary 11000010 11 11101101 10010 1100011 0 111 100100001 1100010 101111

Color Harmonies of #C203ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C203ED

Black with #C203ED

Text Example


Text Example

White with #C203ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C203ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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