Html Css Color HEX #C217FF Electric Purple

📋 copy color: '#C217FF'

red 194 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #C217FF

Tints of Electric Purple #C217FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.87%

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

R = 41.1%
G = 4.87%
B = 54.03%

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

#C217FF (or 0xC217FF) is known color: Electric Purple. HEX triplet: C2, 17 and FF. RGB value is (194,23,255). Sum of RGB (Red+Green+Blue) = 194+23+255=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C217FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217FF is #3DE800. Grayscale: #636363. Windows color (decimal): -4057089 or 16717762. OLE color: 16717762.

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

Color convert

RGB 194 23 255 -
CMYK 0.24 0.91 0 0
HSL 284.22º 1% 0.55% -
HSV(B) 284.22º 0.91% 1% -
XYZ 40.6 19.3 96.19 -
YUV 100.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 194 23 255 0.24 0.91 0 0 284.22 1 0.55
Hex C2 17 FF 18 5B 0 0 11C 64 37
Octal 302 27 377 30 133 0 0 434 144 67
Binary 11000010 10111 11111111 11000 1011011 0 0 100011100 1100100 110111

Color Harmonies of #C217FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C217FF

Black with #C217FF

Text Example


Text Example

White with #C217FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C217FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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