Html Css Color HEX #C334FF Electric Purple

📋 copy color: '#C334FF'

red 195 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #C334FF

Tints of Electric Purple #C334FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.36%

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

R = 38.84%
G = 10.36%
B = 50.8%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C334FF (or 0xC334FF) is known color: Electric Purple. HEX triplet: C3, 34 and FF. RGB value is (195,52,255). Sum of RGB (Red+Green+Blue) = 195+52+255=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C334FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FF is #3CCB00. Grayscale: #757575. Windows color (decimal): -3984129 or 16725187. OLE color: 16725187.

HSL color Cylindrical-coordinate representation of color #C334FF: hue angle of 282.27º 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 #C334FF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 52 255 -
CMYK 0.24 0.80 0 0
HSL 282.27º 1% 0.6% -
HSV(B) 282.27º 0.8% 1% -
XYZ 41.78 21.28 96.51 -
YUV 117.9 205.38 182.99 -
System Red Green Blue C M Y K H S L
Decimal 195 52 255 0.24 0.80 0 0 282.27 1 0.6
Hex C3 34 FF 18 50 0 0 11A 64 3C
Octal 303 64 377 30 120 0 0 432 144 74
Binary 11000011 110100 11111111 11000 1010000 0 0 100011010 1100100 111100

Color Harmonies of #C334FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334FF

Black with #C334FF

Text Example


Text Example

White with #C334FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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