Html Css Color HEX #C632FF Electric Purple

📋 copy color: '#C632FF'

red 198 ◦ green 50 ◦ blue 255

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

Shades of Electric Purple #C632FF

Tints of Electric Purple #C632FF

RGB

 RED value IS 198 (77.73% from 255) = 39.36%

 GREEN value IS 50 (19.92% from 255) = 9.94%

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

R = 39.36%
G = 9.94%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C632FF (or 0xC632FF) is known color: Electric Purple. HEX triplet: C6, 32 and FF. RGB value is (198,50,255). Sum of RGB (Red+Green+Blue) = 198+50+255=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C632FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632FF is #39CD00. Grayscale: #747474. Windows color (decimal): -3788033 or 16724678. OLE color: 16724678.

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

Color convert

RGB 198 50 255 -
CMYK 0.22 0.80 0 0
HSL 283.32º 1% 0.6% -
HSV(B) 283.32º 0.8% 1% -
XYZ 42.48 21.51 96.52 -
YUV 117.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 198 50 255 0.22 0.80 0 0 283.32 1 0.6
Hex C6 32 FF 16 50 0 0 11B 64 3C
Octal 306 62 377 26 120 0 0 433 144 74
Binary 11000110 110010 11111111 10110 1010000 0 0 100011011 1100100 111100

Color Harmonies of #C632FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632FF

Black with #C632FF

Text Example


Text Example

White with #C632FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632FF; }

 p { color: rgb(198,50,255); }

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

background-color css

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

 a { background-color: rgb(198,50,255); }

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

border-color css

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

 span { border-color: rgb(198,50,255); }

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