Html Css Color HEX #C733FA Electric Purple

📋 copy color: '#C733FA'

red 199 ◦ green 51 ◦ blue 250

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

Shades of Electric Purple #C733FA

Tints of Electric Purple #C733FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 39.8%
G = 10.2%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C733FA (or 0xC733FA) is known color: Electric Purple. HEX triplet: C7, 33 and FA. RGB value is (199,51,250). Sum of RGB (Red+Green+Blue) = 199+51+250=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C733FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733FA is #38CC05. Grayscale: #757575. Windows color (decimal): -3722246 or 16397255. OLE color: 16397255.

HSL color Cylindrical-coordinate representation of color #C733FA: hue angle of 284.62º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C733FA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 51 250 -
CMYK 0.20 0.80 0 0.02
HSL 284.62º 0.95% 0.59% -
HSV(B) 284.62º 0.8% 0.98% -
XYZ 41.99 21.41 92.36 -
YUV 117.94 202.53 185.82 -
System Red Green Blue C M Y K H S L
Decimal 199 51 250 0.20 0.80 0 0.02 284.62 0.95 0.59
Hex C7 33 FA 14 50 0 2 11D 5F 3B
Octal 307 63 372 24 120 0 2 435 137 73
Binary 11000111 110011 11111010 10100 1010000 0 10 100011101 1011111 111011

Color Harmonies of #C733FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C733FA

Black with #C733FA

Text Example


Text Example

White with #C733FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C733FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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