Html Css Color HEX #C733FD Electric Purple

📋 copy color: '#C733FD'

red 199 ◦ green 51 ◦ blue 253

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

Shades of Electric Purple #C733FD

Tints of Electric Purple #C733FD

RGB

 RED value IS 199 (78.13% from 255) = 39.56%

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

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

R = 39.56%
G = 10.14%
B = 50.3%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C733FD (or 0xC733FD) is known color: Electric Purple. HEX triplet: C7, 33 and FD. RGB value is (199,51,253). Sum of RGB (Red+Green+Blue) = 199+51+253=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C733FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733FD is #38CC02. Grayscale: #757575. Windows color (decimal): -3722243 or 16593863. OLE color: 16593863.

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

Color convert

RGB 199 51 253 -
CMYK 0.21 0.80 0 0.01
HSL 283.96º 0.98% 0.6% -
HSV(B) 283.96º 0.8% 0.99% -
XYZ 42.47 21.6 94.86 -
YUV 118.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 199 51 253 0.21 0.80 0 0.01 283.96 0.98 0.6
Hex C7 33 FD 15 50 0 1 11C 62 3C
Octal 307 63 375 25 120 0 1 434 142 74
Binary 11000111 110011 11111101 10101 1010000 0 1 100011100 1100010 111100

Color Harmonies of #C733FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733FD

Black with #C733FD

Text Example


Text Example

White with #C733FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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