Html Css Color HEX #C216FF Electric Purple

📋 copy color: '#C216FF'

red 194 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #C216FF

Tints of Electric Purple #C216FF

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 41.19%
G = 4.67%
B = 54.14%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C216FF (or 0xC216FF) is known color: Electric Purple. HEX triplet: C2, 16 and FF. RGB value is (194,22,255). Sum of RGB (Red+Green+Blue) = 194+22+255=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C216FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216FF is #3DE900. Grayscale: #636363. Windows color (decimal): -4057345 or 16717506. OLE color: 16717506.

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

Color convert

RGB 194 22 255 -
CMYK 0.24 0.91 0 0
HSL 284.29º 1% 0.54% -
HSV(B) 284.29º 0.91% 1% -
XYZ 40.59 19.26 96.19 -
YUV 99.99 215.48 195.05 -
System Red Green Blue C M Y K H S L
Decimal 194 22 255 0.24 0.91 0 0 284.29 1 0.54
Hex C2 16 FF 18 5B 0 0 11C 64 36
Octal 302 26 377 30 133 0 0 434 144 66
Binary 11000010 10110 11111111 11000 1011011 0 0 100011100 1100100 110110

Color Harmonies of #C216FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216FF

Black with #C216FF

Text Example


Text Example

White with #C216FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216FF; }

 p { color: rgb(194,22,255); }

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

background-color css

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

 a { background-color: rgb(194,22,255); }

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

border-color css

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

 span { border-color: rgb(194,22,255); }

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