Html Css Color HEX #C036FE Medium Orchid

📋 copy color: '#C036FE'

red 192 ◦ green 54 ◦ blue 254

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

Shades of Medium Orchid #C036FE

Tints of Medium Orchid #C036FE

RGB

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

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

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

R = 38.4%
G = 10.8%
B = 50.8%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C036FE (or 0xC036FE) is known color: Medium Orchid. HEX triplet: C0, 36 and FE. RGB value is (192,54,254). Sum of RGB (Red+Green+Blue) = 192+54+254=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #C036FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C036FE is #3FC901. Grayscale: #757575. Windows color (decimal): -4180226 or 16660160. OLE color: 16660160.

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

Color convert

RGB 192 54 254 -
CMYK 0.24 0.79 0 0.00
HSL 281.4º 0.99% 0.6% -
HSV(B) 281.4º 0.79% 1% -
XYZ 40.95 21 95.66 -
YUV 118.06 204.72 180.74 -
System Red Green Blue C M Y K H S L
Decimal 192 54 254 0.24 0.79 0 0.00 281.4 0.99 0.6
Hex C0 36 FE 18 4F 0 0 119 63 3C
Octal 300 66 376 30 117 0 0 431 143 74
Binary 11000000 110110 11111110 11000 1001111 0 0 100011001 1100011 111100

Color Harmonies of #C036FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036FE

Black with #C036FE

Text Example


Text Example

White with #C036FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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