Html Css Color HEX #C735FE Electric Purple

📋 copy color: '#C735FE'

red 199 ◦ green 53 ◦ blue 254

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

Shades of Electric Purple #C735FE

Tints of Electric Purple #C735FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.47%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 39.33%
G = 10.47%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C735FE (or 0xC735FE) is known color: Electric Purple. HEX triplet: C7, 35 and FE. RGB value is (199,53,254). Sum of RGB (Red+Green+Blue) = 199+53+254=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C735FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735FE is #38CA01. Grayscale: #767676. Windows color (decimal): -3721730 or 16659911. OLE color: 16659911.

HSL color Cylindrical-coordinate representation of color #C735FE: hue angle of 283.58º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C735FE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 53 254 -
CMYK 0.22 0.79 0 0.00
HSL 283.58º 0.99% 0.6% -
HSV(B) 283.58º 0.79% 1% -
XYZ 42.72 21.84 95.73 -
YUV 119.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 199 53 254 0.22 0.79 0 0.00 283.58 0.99 0.6
Hex C7 35 FE 16 4F 0 0 11C 63 3C
Octal 307 65 376 26 117 0 0 434 143 74
Binary 11000111 110101 11111110 10110 1001111 0 0 100011100 1100011 111100

Color Harmonies of #C735FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735FE

Black with #C735FE

Text Example


Text Example

White with #C735FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735FE; }

 p { color: rgb(199,53,254); }

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

background-color css

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

 a { background-color: rgb(199,53,254); }

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

border-color css

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

 span { border-color: rgb(199,53,254); }

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