Html Css Color HEX #C002FD Electric Purple

📋 copy color: '#C002FD'

red 192 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #C002FD

Tints of Electric Purple #C002FD

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 42.95%
G = 0.45%
B = 56.6%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C002FD (or 0xC002FD) is known color: Electric Purple. HEX triplet: C0, 02 and FD. RGB value is (192,2,253). Sum of RGB (Red+Green+Blue) = 192+2+253=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 2 (1.17% from 255 or 0.45% 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 #C002FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002FD is #3FFD02. Grayscale: #565656. Windows color (decimal): -4193539 or 16581312. OLE color: 16581312.

HSL color Cylindrical-coordinate representation of color #C002FD: hue angle of 285.42º 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 #C002FD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 2 253 -
CMYK 0.24 0.99 0 0.01
HSL 285.42º 0.98% 0.5% -
HSV(B) 285.42º 0.99% 0.99% -
XYZ 39.49 18.34 94.39 -
YUV 87.42 221.45 202.59 -
System Red Green Blue C M Y K H S L
Decimal 192 2 253 0.24 0.99 0 0.01 285.42 0.98 0.5
Hex C0 2 FD 18 63 0 1 11D 62 32
Octal 300 2 375 30 143 0 1 435 142 62
Binary 11000000 10 11111101 11000 1100011 0 1 100011101 1100010 110010

Color Harmonies of #C002FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002FD

Black with #C002FD

Text Example


Text Example

White with #C002FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002FD; }

 p { color: rgb(192,2,253); }

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

background-color css

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

 a { background-color: rgb(192,2,253); }

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

border-color css

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

 span { border-color: rgb(192,2,253); }

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