Html Css Color HEX #C235FD Electric Purple

📋 copy color: '#C235FD'

red 194 ◦ green 53 ◦ blue 253

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

Shades of Electric Purple #C235FD

Tints of Electric Purple #C235FD

RGB

 RED value IS 194 (76.17% from 255) = 38.8%

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

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

R = 38.8%
G = 10.6%
B = 50.6%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C235FD (or 0xC235FD) is known color: Electric Purple. HEX triplet: C2, 35 and FD. RGB value is (194,53,253). Sum of RGB (Red+Green+Blue) = 194+53+253=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C235FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235FD is #3DCA02. Grayscale: #757575. Windows color (decimal): -4049411 or 16594370. OLE color: 16594370.

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

Color convert

RGB 194 53 253 -
CMYK 0.23 0.79 0 0.01
HSL 282.3º 0.98% 0.6% -
HSV(B) 282.3º 0.79% 0.99% -
XYZ 41.25 21.11 94.83 -
YUV 117.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 194 53 253 0.23 0.79 0 0.01 282.3 0.98 0.6
Hex C2 35 FD 17 4F 0 1 11A 62 3C
Octal 302 65 375 27 117 0 1 432 142 74
Binary 11000010 110101 11111101 10111 1001111 0 1 100011010 1100010 111100

Color Harmonies of #C235FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235FD

Black with #C235FD

Text Example


Text Example

White with #C235FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235FD; }

 p { color: rgb(194,53,253); }

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

background-color css

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

 a { background-color: rgb(194,53,253); }

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

border-color css

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

 span { border-color: rgb(194,53,253); }

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