Html Css Color HEX #C335FE Electric Purple

📋 copy color: '#C335FE'

red 195 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #C335FE

Tints of Electric Purple #C335FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.56%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 38.84%
G = 10.56%
B = 50.6%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C335FE (or 0xC335FE) is known color: Electric Purple. HEX triplet: C3, 35 and FE. RGB value is (195,53,254). Sum of RGB (Red+Green+Blue) = 195+53+254=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #C335FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335FE is #3CCA01. Grayscale: #757575. Windows color (decimal): -3983874 or 16659907. OLE color: 16659907.

HSL color Cylindrical-coordinate representation of color #C335FE: hue angle of 282.39º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C335FE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 53 254 -
CMYK 0.23 0.79 0 0.00
HSL 282.39º 0.99% 0.6% -
HSV(B) 282.39º 0.79% 1% -
XYZ 41.67 21.3 95.68 -
YUV 118.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 195 53 254 0.23 0.79 0 0.00 282.39 0.99 0.6
Hex C3 35 FE 17 4F 0 0 11A 63 3C
Octal 303 65 376 27 117 0 0 432 143 74
Binary 11000011 110101 11111110 10111 1001111 0 0 100011010 1100011 111100

Color Harmonies of #C335FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335FE

Black with #C335FE

Text Example


Text Example

White with #C335FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335FE; }

 p { color: rgb(195,53,254); }

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

background-color css

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

 a { background-color: rgb(195,53,254); }

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

border-color css

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

 span { border-color: rgb(195,53,254); }

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