Html Css Color HEX #C135EB Medium Orchid

📋 copy color: '#C135EB'

red 193 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #C135EB

Tints of Medium Orchid #C135EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 40.12%
G = 11.02%
B = 48.86%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C135EB (or 0xC135EB) is known color: Medium Orchid. HEX triplet: C1, 35 and EB. RGB value is (193,53,235). Sum of RGB (Red+Green+Blue) = 193+53+235=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C135EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135EB is #3ECA14. Grayscale: #737373. Windows color (decimal): -4114965 or 15414721. OLE color: 15414721.

HSL color Cylindrical-coordinate representation of color #C135EB: hue angle of 286.15º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C135EB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 53 235 -
CMYK 0.18 0.77 0 0.08
HSL 286.15º 0.82% 0.56% -
HSV(B) 286.15º 0.77% 0.92% -
XYZ 38.26 19.88 80.42 -
YUV 115.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 193 53 235 0.18 0.77 0 0.08 286.15 0.82 0.56
Hex C1 35 EB 12 4D 0 8 11E 52 38
Octal 301 65 353 22 115 0 10 436 122 70
Binary 11000001 110101 11101011 10010 1001101 0 1000 100011110 1010010 111000

Color Harmonies of #C135EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135EB

Black with #C135EB

Text Example


Text Example

White with #C135EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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