Html Css Color HEX #C134FD Electric Purple

📋 copy color: '#C134FD'

red 193 ◦ green 52 ◦ blue 253

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

Shades of Electric Purple #C134FD

Tints of Electric Purple #C134FD

RGB

 RED value IS 193 (75.78% from 255) = 38.76%

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

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

R = 38.76%
G = 10.44%
B = 50.8%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C134FD (or 0xC134FD) is known color: Electric Purple. HEX triplet: C1, 34 and FD. RGB value is (193,52,253). Sum of RGB (Red+Green+Blue) = 193+52+253=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C134FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134FD is #3ECB02. Grayscale: #747474. Windows color (decimal): -4115203 or 16594113. OLE color: 16594113.

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

Color convert

RGB 193 52 253 -
CMYK 0.24 0.79 0 0.01
HSL 282.09º 0.98% 0.6% -
HSV(B) 282.09º 0.79% 0.99% -
XYZ 40.95 20.89 94.8 -
YUV 117.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 193 52 253 0.24 0.79 0 0.01 282.09 0.98 0.6
Hex C1 34 FD 18 4F 0 1 11A 62 3C
Octal 301 64 375 30 117 0 1 432 142 74
Binary 11000001 110100 11111101 11000 1001111 0 1 100011010 1100010 111100

Color Harmonies of #C134FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134FD

Black with #C134FD

Text Example


Text Example

White with #C134FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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