Html Css Color HEX #C133FD Electric Purple

📋 copy color: '#C133FD'

red 193 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #C133FD

Tints of Electric Purple #C133FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.26%

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

R = 38.83%
G = 10.26%
B = 50.91%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C133FD (or 0xC133FD) is known color: Electric Purple. HEX triplet: C1, 33 and FD. RGB value is (193,51,253). Sum of RGB (Red+Green+Blue) = 193+51+253=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C133FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133FD is #3ECC02. Grayscale: #737373. Windows color (decimal): -4115459 or 16593857. OLE color: 16593857.

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

Color convert

RGB 193 51 253 -
CMYK 0.24 0.80 0 0.01
HSL 282.18º 0.98% 0.6% -
HSV(B) 282.18º 0.8% 0.99% -
XYZ 40.91 20.8 94.79 -
YUV 116.49 205.04 182.57 -
System Red Green Blue C M Y K H S L
Decimal 193 51 253 0.24 0.80 0 0.01 282.18 0.98 0.6
Hex C1 33 FD 18 50 0 1 11A 62 3C
Octal 301 63 375 30 120 0 1 432 142 74
Binary 11000001 110011 11111101 11000 1010000 0 1 100011010 1100010 111100

Color Harmonies of #C133FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133FD

Black with #C133FD

Text Example


Text Example

White with #C133FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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