Html Css Color HEX #C200FD Electric Purple

📋 copy color: '#C200FD'

red 194 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #C200FD

Tints of Electric Purple #C200FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.4%
G = 0%
B = 56.6%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C200FD (or 0xC200FD) is known color: Electric Purple. HEX triplet: C2, 00 and FD. RGB value is (194,0,253). Sum of RGB (Red+Green+Blue) = 194+0+253=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #C200FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FD is #3DFF02. Grayscale: #565656. Windows color (decimal): -4062979 or 16580802. OLE color: 16580802.

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

Color convert

RGB 194 0 253 -
CMYK 0.23 1 0 0.01
HSL 286.01º 1% 0.5% -
HSV(B) 286.01º 1% 0.99% -
XYZ 39.98 18.56 94.4 -
YUV 86.85 221.77 204.43 -
System Red Green Blue C M Y K H S L
Decimal 194 0 253 0.23 1 0 0.01 286.01 1 0.5
Hex C2 0 FD 17 64 0 1 11E 64 32
Octal 302 0 375 27 144 0 1 436 144 62
Binary 11000010 0 11111101 10111 1100100 0 1 100011110 1100100 110010

Color Harmonies of #C200FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200FD

Black with #C200FD

Text Example


Text Example

White with #C200FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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