Html Css Color HEX #C827FB Electric Purple

📋 copy color: '#C827FB'

red 200 ◦ green 39 ◦ blue 251

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

Shades of Electric Purple #C827FB

Tints of Electric Purple #C827FB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.96%

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

R = 40.82%
G = 7.96%
B = 51.22%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C827FB (or 0xC827FB) is known color: Electric Purple. HEX triplet: C8, 27 and FB. RGB value is (200,39,251). Sum of RGB (Red+Green+Blue) = 200+39+251=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C827FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827FB is #37D804. Grayscale: #6E6E6E. Windows color (decimal): -3659781 or 16459720. OLE color: 16459720.

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

Color convert

RGB 200 39 251 -
CMYK 0.20 0.84 0 0.02
HSL 285.57º 0.96% 0.57% -
HSV(B) 285.57º 0.84% 0.98% -
XYZ 41.96 20.7 93.05 -
YUV 111.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 200 39 251 0.20 0.84 0 0.02 285.57 0.96 0.57
Hex C8 27 FB 14 54 0 2 11E 60 39
Octal 310 47 373 24 124 0 2 436 140 71
Binary 11001000 100111 11111011 10100 1010100 0 10 100011110 1100000 111001

Color Harmonies of #C827FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827FB

Black with #C827FB

Text Example


Text Example

White with #C827FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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