Html Css Color HEX #C334FD Electric Purple

📋 copy color: '#C334FD'

red 195 ◦ green 52 ◦ blue 253

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

Shades of Electric Purple #C334FD

Tints of Electric Purple #C334FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 39%
G = 10.4%
B = 50.6%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C334FD (or 0xC334FD) is known color: Electric Purple. HEX triplet: C3, 34 and FD. RGB value is (195,52,253). Sum of RGB (Red+Green+Blue) = 195+52+253=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C334FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FD is #3CCB02. Grayscale: #757575. Windows color (decimal): -3984131 or 16594115. OLE color: 16594115.

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

Color convert

RGB 195 52 253 -
CMYK 0.23 0.79 0 0.01
HSL 282.69º 0.98% 0.6% -
HSV(B) 282.69º 0.79% 0.99% -
XYZ 41.46 21.15 94.83 -
YUV 117.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 195 52 253 0.23 0.79 0 0.01 282.69 0.98 0.6
Hex C3 34 FD 17 4F 0 1 11B 62 3C
Octal 303 64 375 27 117 0 1 433 142 74
Binary 11000011 110100 11111101 10111 1001111 0 1 100011011 1100010 111100

Color Harmonies of #C334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334FD

Black with #C334FD

Text Example


Text Example

White with #C334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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