Html Css Color HEX #C135EC Medium Orchid

📋 copy color: '#C135EC'

red 193 ◦ green 53 ◦ blue 236

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

Shades of Medium Orchid #C135EC

Tints of Medium Orchid #C135EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 40.04%
G = 11%
B = 48.96%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C135EC (or 0xC135EC) is known color: Medium Orchid. HEX triplet: C1, 35 and EC. RGB value is (193,53,236). Sum of RGB (Red+Green+Blue) = 193+53+236=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C135EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135EC is #3ECA13. Grayscale: #737373. Windows color (decimal): -4114964 or 15480257. OLE color: 15480257.

HSL color Cylindrical-coordinate representation of color #C135EC: hue angle of 285.9º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C135EC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 53 236 -
CMYK 0.18 0.78 0 0.07
HSL 285.9º 0.83% 0.57% -
HSV(B) 285.9º 0.78% 0.93% -
XYZ 38.41 19.94 81.18 -
YUV 115.72 195.88 183.12 -
System Red Green Blue C M Y K H S L
Decimal 193 53 236 0.18 0.78 0 0.07 285.9 0.83 0.57
Hex C1 35 EC 12 4E 0 7 11E 53 39
Octal 301 65 354 22 116 0 7 436 123 71
Binary 11000001 110101 11101100 10010 1001110 0 111 100011110 1010011 111001

Color Harmonies of #C135EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135EC

Black with #C135EC

Text Example


Text Example

White with #C135EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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