Html Css Color HEX #C155EB Medium Orchid

📋 copy color: '#C155EB'

red 193 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #C155EB

Tints of Medium Orchid #C155EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.57%

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

R = 37.62%
G = 16.57%
B = 45.81%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C155EB (or 0xC155EB) is known color: Medium Orchid. HEX triplet: C1, 55 and EB. RGB value is (193,85,235). Sum of RGB (Red+Green+Blue) = 193+85+235=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C155EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155EB is #3EAA14. Grayscale: #858585. Windows color (decimal): -4106773 or 15422913. OLE color: 15422913.

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

Color convert

RGB 193 85 235 -
CMYK 0.18 0.64 0 0.08
HSL 283.2º 0.79% 0.63% -
HSV(B) 283.2º 0.64% 0.92% -
XYZ 40.24 23.83 81.08 -
YUV 134.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 193 85 235 0.18 0.64 0 0.08 283.2 0.79 0.63
Hex C1 55 EB 12 40 0 8 11B 4F 3F
Octal 301 125 353 22 100 0 10 433 117 77
Binary 11000001 1010101 11101011 10010 1000000 0 1000 100011011 1001111 111111

Color Harmonies of #C155EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155EB

Black with #C155EB

Text Example


Text Example

White with #C155EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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