Html Css Color HEX #C733FC Electric Purple

📋 copy color: '#C733FC'

red 199 ◦ green 51 ◦ blue 252

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

Shades of Electric Purple #C733FC

Tints of Electric Purple #C733FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 39.64%
G = 10.16%
B = 50.2%

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

#C733FC (or 0xC733FC) is known color: Electric Purple. HEX triplet: C7, 33 and FC. RGB value is (199,51,252). Sum of RGB (Red+Green+Blue) = 199+51+252=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C733FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733FC is #38CC03. Grayscale: #757575. Windows color (decimal): -3722244 or 16528327. OLE color: 16528327.

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

Color convert

RGB 199 51 252 -
CMYK 0.21 0.80 0 0.01
HSL 284.18º 0.97% 0.59% -
HSV(B) 284.18º 0.8% 0.99% -
XYZ 42.31 21.54 94.02 -
YUV 118.17 203.53 185.66 -
System Red Green Blue C M Y K H S L
Decimal 199 51 252 0.21 0.80 0 0.01 284.18 0.97 0.59
Hex C7 33 FC 15 50 0 1 11C 61 3B
Octal 307 63 374 25 120 0 1 434 141 73
Binary 11000111 110011 11111100 10101 1010000 0 1 100011100 1100001 111011

Color Harmonies of #C733FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733FC

Black with #C733FC

Text Example


Text Example

White with #C733FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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