Html Css Color HEX #C01BF7 Electric Purple

📋 copy color: '#C01BF7'

red 192 ◦ green 27 ◦ blue 247

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

Shades of Electric Purple #C01BF7

Tints of Electric Purple #C01BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53%

R = 41.2%
G = 5.79%
B = 53%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C01BF7 (or 0xC01BF7) is known color: Electric Purple. HEX triplet: C0, 1B and F7. RGB value is (192,27,247). Sum of RGB (Red+Green+Blue) = 192+27+247=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #C01BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BF7 is #3FE408. Grayscale: #646464. Windows color (decimal): -4187145 or 16194496. OLE color: 16194496.

HSL color Cylindrical-coordinate representation of color #C01BF7: hue angle of 285º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BF7 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 27 247 -
CMYK 0.22 0.89 0 0.03
HSL 285º 0.93% 0.54% -
HSV(B) 285º 0.89% 0.97% -
XYZ 38.92 18.71 89.56 -
YUV 101.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 192 27 247 0.22 0.89 0 0.03 285 0.93 0.54
Hex C0 1B F7 16 59 0 3 11D 5D 36
Octal 300 33 367 26 131 0 3 435 135 66
Binary 11000000 11011 11110111 10110 1011001 0 11 100011101 1011101 110110

Color Harmonies of #C01BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BF7

Black with #C01BF7

Text Example


Text Example

White with #C01BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BF7; }

 p { color: rgb(192,27,247); }

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

background-color css

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

 a { background-color: rgb(192,27,247); }

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

border-color css

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

 span { border-color: rgb(192,27,247); }

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