Html Css Color HEX #C135ED Medium Orchid

📋 copy color: '#C135ED'

red 193 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #C135ED

Tints of Medium Orchid #C135ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 39.96%
G = 10.97%
B = 49.07%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C135ED (or 0xC135ED) is known color: Medium Orchid. HEX triplet: C1, 35 and ED. RGB value is (193,53,237). Sum of RGB (Red+Green+Blue) = 193+53+237=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C135ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135ED is #3ECA12. Grayscale: #737373. Windows color (decimal): -4114963 or 15545793. OLE color: 15545793.

HSL color Cylindrical-coordinate representation of color #C135ED: hue angle of 285.65º degrees, saturation: 0.84, 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 #C135ED is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 53 237 -
CMYK 0.19 0.78 0 0.07
HSL 285.65º 0.84% 0.57% -
HSV(B) 285.65º 0.78% 0.93% -
XYZ 38.55 20 81.95 -
YUV 115.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 193 53 237 0.19 0.78 0 0.07 285.65 0.84 0.57
Hex C1 35 ED 13 4E 0 7 11E 54 39
Octal 301 65 355 23 116 0 7 436 124 71
Binary 11000001 110101 11101101 10011 1001110 0 111 100011110 1010100 111001

Color Harmonies of #C135ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135ED

Black with #C135ED

Text Example


Text Example

White with #C135ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C135ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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