Html Css Color HEX #C536FF Electric Purple

📋 copy color: '#C536FF'

red 197 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #C536FF

Tints of Electric Purple #C536FF

RGB

 RED value IS 197 (77.34% from 255) = 38.93%

 GREEN value IS 54 (21.48% from 255) = 10.67%

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

R = 38.93%
G = 10.67%
B = 50.4%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C536FF (or 0xC536FF) is known color: Electric Purple. HEX triplet: C5, 36 and FF. RGB value is (197,54,255). Sum of RGB (Red+Green+Blue) = 197+54+255=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #C536FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C536FF is #3AC900. Grayscale: #777777. Windows color (decimal): -3852545 or 16725701. OLE color: 16725701.

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

Color convert

RGB 197 54 255 -
CMYK 0.23 0.79 0 0
HSL 282.69º 1% 0.61% -
HSV(B) 282.69º 0.79% 1% -
XYZ 42.4 21.73 96.57 -
YUV 119.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 197 54 255 0.23 0.79 0 0 282.69 1 0.61
Hex C5 36 FF 17 4F 0 0 11B 64 3D
Octal 305 66 377 27 117 0 0 433 144 75
Binary 11000101 110110 11111111 10111 1001111 0 0 100011011 1100100 111101

Color Harmonies of #C536FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C536FF

Black with #C536FF

Text Example


Text Example

White with #C536FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C536FF; }

 p { color: rgb(197,54,255); }

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

background-color css

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

 a { background-color: rgb(197,54,255); }

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

border-color css

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

 span { border-color: rgb(197,54,255); }

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