Html Css Color HEX #C135FF Electric Purple

📋 copy color: '#C135FF'

red 193 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #C135FF

Tints of Electric Purple #C135FF

RGB

 RED value IS 193 (75.78% from 255) = 38.52%

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 38.52%
G = 10.58%
B = 50.9%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C135FF (or 0xC135FF) is known color: Electric Purple. HEX triplet: C1, 35 and FF. RGB value is (193,53,255). Sum of RGB (Red+Green+Blue) = 193+53+255=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C135FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135FF is #3ECA00. Grayscale: #757575. Windows color (decimal): -4114945 or 16725441. OLE color: 16725441.

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

Color convert

RGB 193 53 255 -
CMYK 0.24 0.79 0 0
HSL 281.58º 1% 0.6% -
HSV(B) 281.58º 0.79% 1% -
XYZ 41.32 21.1 96.5 -
YUV 117.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 193 53 255 0.24 0.79 0 0 281.58 1 0.6
Hex C1 35 FF 18 4F 0 0 11A 64 3C
Octal 301 65 377 30 117 0 0 432 144 74
Binary 11000001 110101 11111111 11000 1001111 0 0 100011010 1100100 111100

Color Harmonies of #C135FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135FF

Black with #C135FF

Text Example


Text Example

White with #C135FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135FF; }

 p { color: rgb(193,53,255); }

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

background-color css

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

 a { background-color: rgb(193,53,255); }

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

border-color css

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

 span { border-color: rgb(193,53,255); }

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