Html Css Color HEX #C721FF Electric Purple

📋 copy color: '#C721FF'

red 199 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #C721FF

Tints of Electric Purple #C721FF

RGB

 RED value IS 199 (78.13% from 255) = 40.86%

 GREEN value IS 33 (13.28% from 255) = 6.78%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 40.86%
G = 6.78%
B = 52.36%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C721FF (or 0xC721FF) is known color: Electric Purple. HEX triplet: C7, 21 and FF. RGB value is (199,33,255). Sum of RGB (Red+Green+Blue) = 199+33+255=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #C721FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721FF is #38DE00. Grayscale: #6B6B6B. Windows color (decimal): -3726849 or 16720327. OLE color: 16720327.

HSL color Cylindrical-coordinate representation of color #C721FF: hue angle of 284.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C721FF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 33 255 -
CMYK 0.22 0.87 0 0
HSL 284.86º 1% 0.56% -
HSV(B) 284.86º 0.87% 1% -
XYZ 42.15 20.45 96.33 -
YUV 107.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 199 33 255 0.22 0.87 0 0 284.86 1 0.56
Hex C7 21 FF 16 57 0 0 11D 64 38
Octal 307 41 377 26 127 0 0 435 144 70
Binary 11000111 100001 11111111 10110 1010111 0 0 100011101 1100100 111000

Color Harmonies of #C721FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721FF

Black with #C721FF

Text Example


Text Example

White with #C721FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721FF; }

 p { color: rgb(199,33,255); }

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

background-color css

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

 a { background-color: rgb(199,33,255); }

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

border-color css

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

 span { border-color: rgb(199,33,255); }

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