Html Css Color HEX #C810FB Electric Purple

📋 copy color: '#C810FB'

red 200 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #C810FB

Tints of Electric Purple #C810FB

RGB

 RED value IS 200 (78.52% from 255) = 42.83%

 GREEN value IS 16 (6.64% from 255) = 3.43%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 42.83%
G = 3.43%
B = 53.75%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C810FB (or 0xC810FB) is known color: Electric Purple. HEX triplet: C8, 10 and FB. RGB value is (200,16,251). Sum of RGB (Red+Green+Blue) = 200+16+251=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #C810FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810FB is #37EF04. Grayscale: #616161. Windows color (decimal): -3665669 or 16453832. OLE color: 16453832.

HSL color Cylindrical-coordinate representation of color #C810FB: hue angle of 286.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C810FB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 16 251 -
CMYK 0.20 0.94 0 0.02
HSL 286.98º 0.97% 0.52% -
HSV(B) 286.98º 0.94% 0.98% -
XYZ 41.42 19.61 92.87 -
YUV 97.81 214.46 200.89 -
System Red Green Blue C M Y K H S L
Decimal 200 16 251 0.20 0.94 0 0.02 286.98 0.97 0.52
Hex C8 10 FB 14 5E 0 2 11F 61 34
Octal 310 20 373 24 136 0 2 437 141 64
Binary 11001000 10000 11111011 10100 1011110 0 10 100011111 1100001 110100

Color Harmonies of #C810FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810FB

Black with #C810FB

Text Example


Text Example

White with #C810FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810FB; }

 p { color: rgb(200,16,251); }

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

background-color css

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

 a { background-color: rgb(200,16,251); }

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

border-color css

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

 span { border-color: rgb(200,16,251); }

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