Html Css Color HEX #C327FF Electric Purple

📋 copy color: '#C327FF'

red 195 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #C327FF

Tints of Electric Purple #C327FF

RGB

 RED value IS 195 (76.56% from 255) = 39.88%

 GREEN value IS 39 (15.63% from 255) = 7.98%

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

R = 39.88%
G = 7.98%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C327FF (or 0xC327FF) is known color: Electric Purple. HEX triplet: C3, 27 and FF. RGB value is (195,39,255). Sum of RGB (Red+Green+Blue) = 195+39+255=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #C327FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327FF is #3CD800. Grayscale: #6D6D6D. Windows color (decimal): -3987457 or 16721859. OLE color: 16721859.

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

Color convert

RGB 195 39 255 -
CMYK 0.24 0.85 0 0
HSL 283.33º 1% 0.58% -
HSV(B) 283.33º 0.85% 1% -
XYZ 41.28 20.27 96.35 -
YUV 110.27 209.68 188.44 -
System Red Green Blue C M Y K H S L
Decimal 195 39 255 0.24 0.85 0 0 283.33 1 0.58
Hex C3 27 FF 18 55 0 0 11B 64 3A
Octal 303 47 377 30 125 0 0 433 144 72
Binary 11000011 100111 11111111 11000 1010101 0 0 100011011 1100100 111010

Color Harmonies of #C327FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327FF

Black with #C327FF

Text Example


Text Example

White with #C327FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327FF; }

 p { color: rgb(195,39,255); }

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

background-color css

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

 a { background-color: rgb(195,39,255); }

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

border-color css

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

 span { border-color: rgb(195,39,255); }

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