Html Css Color HEX #C008FD Electric Purple

📋 copy color: '#C008FD'

red 192 ◦ green 8 ◦ blue 253

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

Shades of Electric Purple #C008FD

Tints of Electric Purple #C008FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 42.38%
G = 1.77%
B = 55.85%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C008FD (or 0xC008FD) is known color: Electric Purple. HEX triplet: C0, 08 and FD. RGB value is (192,8,253). Sum of RGB (Red+Green+Blue) = 192+8+253=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C008FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008FD is #3FF702. Grayscale: #5A5A5A. Windows color (decimal): -4192003 or 16582848. OLE color: 16582848.

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

Color convert

RGB 192 8 253 -
CMYK 0.24 0.97 0 0.01
HSL 285.06º 0.98% 0.51% -
HSV(B) 285.06º 0.97% 0.99% -
XYZ 39.55 18.47 94.41 -
YUV 90.95 219.46 200.08 -
System Red Green Blue C M Y K H S L
Decimal 192 8 253 0.24 0.97 0 0.01 285.06 0.98 0.51
Hex C0 8 FD 18 61 0 1 11D 62 33
Octal 300 10 375 30 141 0 1 435 142 63
Binary 11000000 1000 11111101 11000 1100001 0 1 100011101 1100010 110011

Color Harmonies of #C008FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008FD

Black with #C008FD

Text Example


Text Example

White with #C008FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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