Html Css Color HEX #C81BF9 Electric Purple

📋 copy color: '#C81BF9'

red 200 ◦ green 27 ◦ blue 249

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

Shades of Electric Purple #C81BF9

Tints of Electric Purple #C81BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.67%

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 42.02%
G = 5.67%
B = 52.31%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C81BF9 (or 0xC81BF9) is known color: Electric Purple. HEX triplet: C8, 1B and F9. RGB value is (200,27,249). Sum of RGB (Red+Green+Blue) = 200+27+249=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #C81BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BF9 is #37E406. Grayscale: #676767. Windows color (decimal): -3662855 or 16325576. OLE color: 16325576.

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

Color convert

RGB 200 27 249 -
CMYK 0.20 0.89 0 0.02
HSL 286.76º 0.95% 0.54% -
HSV(B) 286.76º 0.89% 0.98% -
XYZ 41.31 19.9 91.29 -
YUV 104.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 200 27 249 0.20 0.89 0 0.02 286.76 0.95 0.54
Hex C8 1B F9 14 59 0 2 11F 5F 36
Octal 310 33 371 24 131 0 2 437 137 66
Binary 11001000 11011 11111001 10100 1011001 0 10 100011111 1011111 110110

Color Harmonies of #C81BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81BF9

Black with #C81BF9

Text Example


Text Example

White with #C81BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81BF9; }

 p { color: rgb(200,27,249); }

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

background-color css

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

 a { background-color: rgb(200,27,249); }

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

border-color css

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

 span { border-color: rgb(200,27,249); }

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