Html Css Color HEX #C155DB Medium Orchid

📋 copy color: '#C155DB'

red 193 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #C155DB

Tints of Medium Orchid #C155DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 38.83%
G = 17.1%
B = 44.06%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C155DB (or 0xC155DB) is known color: Medium Orchid. HEX triplet: C1, 55 and DB. RGB value is (193,85,219). Sum of RGB (Red+Green+Blue) = 193+85+219=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #C155DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155DB is #3EAA24. Grayscale: #848484. Windows color (decimal): -4106789 or 14374337. OLE color: 14374337.

HSL color Cylindrical-coordinate representation of color #C155DB: hue angle of 288.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C155DB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 85 219 -
CMYK 0.12 0.61 0 0.14
HSL 288.36º 0.65% 0.6% -
HSV(B) 288.36º 0.61% 0.86% -
XYZ 38.03 22.95 69.44 -
YUV 132.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 193 85 219 0.12 0.61 0 0.14 288.36 0.65 0.6
Hex C1 55 DB C 3D 0 E 120 41 3C
Octal 301 125 333 14 75 0 16 440 101 74
Binary 11000001 1010101 11011011 1100 111101 0 1110 100100000 1000001 111100

Color Harmonies of #C155DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155DB

Black with #C155DB

Text Example


Text Example

White with #C155DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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