Html Css Color HEX #C827F1 Electric Purple

📋 copy color: '#C827F1'

red 200 ◦ green 39 ◦ blue 241

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

Shades of Electric Purple #C827F1

Tints of Electric Purple #C827F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 41.67%
G = 8.13%
B = 50.21%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C827F1 (or 0xC827F1) is known color: Electric Purple. HEX triplet: C8, 27 and F1. RGB value is (200,39,241). Sum of RGB (Red+Green+Blue) = 200+39+241=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #C827F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827F1 is #37D80E. Grayscale: #6D6D6D. Windows color (decimal): -3659791 or 15804360. OLE color: 15804360.

HSL color Cylindrical-coordinate representation of color #C827F1: hue angle of 287.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C827F1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 39 241 -
CMYK 0.17 0.84 0 0.05
HSL 287.82º 0.88% 0.55% -
HSV(B) 287.82º 0.84% 0.95% -
XYZ 40.42 20.08 84.96 -
YUV 110.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 200 39 241 0.17 0.84 0 0.05 287.82 0.88 0.55
Hex C8 27 F1 11 54 0 5 120 58 37
Octal 310 47 361 21 124 0 5 440 130 67
Binary 11001000 100111 11110001 10001 1010100 0 101 100100000 1011000 110111

Color Harmonies of #C827F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827F1

Black with #C827F1

Text Example


Text Example

White with #C827F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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