Html Css Color HEX #C036FF Electric Purple

📋 copy color: '#C036FF'

red 192 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #C036FF

Tints of Electric Purple #C036FF

RGB

 RED value IS 192 (75.39% from 255) = 38.32%

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

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

R = 38.32%
G = 10.78%
B = 50.9%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C036FF (or 0xC036FF) is known color: Electric Purple. HEX triplet: C0, 36 and FF. RGB value is (192,54,255). Sum of RGB (Red+Green+Blue) = 192+54+255=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 54 (21.48% from 255 or 10.78% 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 #C036FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036FF is #3FC900. Grayscale: #757575. Windows color (decimal): -4180225 or 16725696. OLE color: 16725696.

HSL color Cylindrical-coordinate representation of color #C036FF: hue angle of 281.19º 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 #C036FF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 54 255 -
CMYK 0.25 0.79 0 0
HSL 281.19º 1% 0.61% -
HSV(B) 281.19º 0.79% 1% -
XYZ 41.11 21.06 96.51 -
YUV 118.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 192 54 255 0.25 0.79 0 0 281.19 1 0.61
Hex C0 36 FF 19 4F 0 0 119 64 3D
Octal 300 66 377 31 117 0 0 431 144 75
Binary 11000000 110110 11111111 11001 1001111 0 0 100011001 1100100 111101

Color Harmonies of #C036FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036FF

Black with #C036FF

Text Example


Text Example

White with #C036FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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